Commit 638299bd authored by Javier Diaz's avatar Javier Diaz
Browse files

Debugging

parent 179e98bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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