Skip to content
Snippets Groups Projects
Commit cc538beb authored by Javier Diaz's avatar Javier Diaz
Browse files

Updated Dockerfile of DLT gateway

parent b6bd5b20
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!259Resolve "(CTTC) Replace DLT Gateway functionality with an opensource and Hyper Ledger v2.4+ compliant version"
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment