Skip to content

Commit

Permalink
build: give appropriate permissions to cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Jul 1, 2023
1 parent 6e7563b commit 28ff10f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM ghcr.io/winstxnhdw/tectonic-api:main

ENV RUST_BACKTRACE full
ENV SERVER_PORT 7860

RUN mkdir /target
RUN chmod -R 777 /target
RUN chmod 777 /target /root/.cache

0 comments on commit 28ff10f

Please sign in to comment.