Skip to content

Commit

Permalink
fix: update entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Dec 9, 2020
1 parent 1149483 commit e15c5fa
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 @@ -42,4 +42,4 @@ RUN npm install --production
# move the rest of the project over
COPY dist dist

ENTRYPOINT ["bundle", "exec", "dist/index.js"]
ENTRYPOINT ["bundle", "exec", "node", "dist/index.js"]

0 comments on commit e15c5fa

Please sign in to comment.