Loading src/dlt/gateway/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -24,5 +24,5 @@ RUN npm install EXPOSE 50051 # Command to run the service #CMD ["node", "src/dltGateway.js"] CMD ["sh", "-c", "sleep 3600"] # Keep the container running for testing CMD ["node", "src/dltGateway.js"] #CMD ["sh", "-c", "sleep 3600"] # Keep the container running for testing Loading
src/dlt/gateway/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -24,5 +24,5 @@ RUN npm install EXPOSE 50051 # Command to run the service #CMD ["node", "src/dltGateway.js"] CMD ["sh", "-c", "sleep 3600"] # Keep the container running for testing CMD ["node", "src/dltGateway.js"] #CMD ["sh", "-c", "sleep 3600"] # Keep the container running for testing