Skip to content

Commit

Permalink
chore: set RUST_BACKTRACE to 1 for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Jun 30, 2023
1 parent 9204a3c commit e21ceae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ghcr.io/winstxnhdw/tectonic-api:main

ENV RUST_BACKTRACE 1
ENV SERVER_PORT 7860

RUN mkdir /target
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ COPY src ./src
RUN apt update
RUN apt install libgraphite2-dev -y

CMD ["cargo", "run", "--release"]
CMD ["cargo", "run"]

0 comments on commit e21ceae

Please sign in to comment.