Skip to content

Commit 3f0ba0b

Browse files
authored
Merge pull request #17 from Oreoxmt/fix/entry-point
fix entrypoint
2 parents d351f69 + 4e11b35 commit 3f0ba0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ RUN yarn install && yarn run build
55

66
FROM node:16
77
COPY --from=build /build/dist/main.js ./
8-
ENTRYPOINT ["node", "main.js"]
8+
ENTRYPOINT ["node", "/main.js"]

0 commit comments

Comments
 (0)