Skip to content

Commit

Permalink
chore: trace deprecations in Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Nov 8, 2024
1 parent be0786b commit 607331c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/boltz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ EXPOSE 9000 9001

ENV NODE_ENV=production

ENTRYPOINT ["/boltz-backend/bin/boltzd"]
ENTRYPOINT ["node", "--trace-deprecation", "/boltz-backend/bin/boltzd"]

0 comments on commit 607331c

Please sign in to comment.