Skip to content

Commit

Permalink
chore: add executables to path in backend image (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 authored Jan 8, 2025
1 parent 2a77462 commit a32ed36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/boltz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ COPY --from=builder /boltz-backend/boltzr/target/release/boltzr /boltz-backend/b
EXPOSE 9000 9001

ENV NODE_ENV=production
ENV PATH="${PATH}:/boltz-backend/bin"

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

0 comments on commit a32ed36

Please sign in to comment.