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 86ab131 commit 0ae53c4Copy full SHA for 0ae53c4
packages/live-status-gateway/Dockerfile
@@ -27,4 +27,4 @@ COPY --from=0 /opt/shared-lib /opt/shared-lib
27
COPY --from=0 /opt/corelib /opt/corelib
28
29
WORKDIR /opt/live-status-gateway
30
-CMD ["yarn", "start"]
+CMD ["node", "dist/index.js"]
0 commit comments