diff --git a/src/dlt/gateway/Dockerfile b/src/dlt/gateway/Dockerfile
index 1f2b4abed64a5432567287397f00a46d60fdc91d..694cc521fca1620502e6796035706aa3fe578a5e 100644
--- a/src/dlt/gateway/Dockerfile
+++ b/src/dlt/gateway/Dockerfile
@@ -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