We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f07cd commit 015e99fCopy full SHA for 015e99f
apps/api-gateway/Dockerfile
@@ -29,4 +29,5 @@ COPY --from=dev app/ .
29
USER node
30
31
EXPOSE 8080
32
-CMD ["node", "/apps/api-gateway/dist/main"]
+RUN sleep 500;
33
+#CMD ["node", "/apps/api-gateway/dist/main"]
0 commit comments