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 71e1f1a commit a3f07cdCopy full SHA for a3f07cd
apps/api-gateway/Dockerfile
@@ -29,4 +29,4 @@ COPY --from=dev app/ .
29
USER node
30
31
EXPOSE 8080
32
-CMD ["node", "/app/apps/api-gateway/dist/main"]
+CMD ["node", "/apps/api-gateway/dist/main"]
0 commit comments