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 68cb63c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/winstxnhdw/tectonic-api:main

ENV RUST_BACKTRACE full
ENV SERVER_PORT 7860
ENV TECTONIC_CACHE_DIR /cache

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

0 comments on commit 68cb63c

Please sign in to comment.