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.
2 parents d351f69 + 4e11b35 commit 3f0ba0bCopy full SHA for 3f0ba0b
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