Skip to content

Commit

Permalink
Merge pull request #17 from Oreoxmt/fix/entry-point
Browse files Browse the repository at this point in the history
fix entrypoint
  • Loading branch information
Oreoxmt authored Aug 8, 2022
2 parents d351f69 + 4e11b35 commit 3f0ba0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN yarn install && yarn run build

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

0 comments on commit 3f0ba0b

Please sign in to comment.