mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update Dockerfile
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user