Skip to content

Commit

Permalink
fix: dockerfile (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietzler authored Nov 4, 2024
1 parent 3931853 commit 89b4457
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 @@ -19,4 +19,4 @@ ARG COMMIT
ENV COMMIT_SHA=${COMMIT}
USER node
ENTRYPOINT ["/sbin/tini", "--", "/bin/sh"]
CMD ["-c", "node dist/main.js"]
CMD ["-c", "node --experimental-require-module dist/main.js "]

0 comments on commit 89b4457

Please sign in to comment.