Update Dockerfile

This commit is contained in:
Cohee 2024-02-11 15:36:20 +02:00 committed by GitHub
parent 91f31e746e
commit f183f55c74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ RUN \
rm -f "config.yaml" "public/settings.json" || true && \
ln -s "./config/config.yaml" "config.yaml" || true && \
ln -s "../config/settings.json" "public/settings.json" || true && \
mkdir "config" || true
mkdir "config" || true && \
mkdir -p "public/user" || true
# Cleanup unnecessary files
RUN \