From 4eca68f3c9cf56d618ab5cd3cd844fc7e7a6d283 Mon Sep 17 00:00:00 2001 From: winstxnhdw Date: Sun, 2 Jul 2023 03:14:07 +0800 Subject: [PATCH] asd --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 857ec3c..0837b2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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