Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Jul 1, 2023
1 parent ea7d7f4 commit 4eca68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ghcr.io/winstxnhdw/tectonic-api:main

ENV SERVER_PORT 7860
ENV TECTONIC_CACHE_DIR /cache
ENV XDG_CACHE_HOME /cache

RUN mkdir -p /target /cache/Tectonic
RUN chmod 777 /target /cache
RUN chmod 777 /target
RUN chmod -R 777 /cache

0 comments on commit 4eca68f

Please sign in to comment.