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 d351f69 commit 4e11b35Copy full SHA for 4e11b35
Dockerfile
@@ -5,4 +5,4 @@ RUN yarn install && yarn run build
5
6
FROM node:16
7
COPY --from=build /build/dist/main.js ./
8
-ENTRYPOINT ["node", "main.js"]
+ENTRYPOINT ["node", "/main.js"]
0 commit comments