mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Allow the app to run in Docker without a volume
This commit is contained in:
@@ -33,7 +33,8 @@ RUN \
|
||||
ln -s "${APP_HOME}/config/characters" "${APP_HOME}/public/characters" && \
|
||||
ln -s "${APP_HOME}/config/chats" "${APP_HOME}/public/chats" && \
|
||||
ln -s "${APP_HOME}/config/User Avatars" "${APP_HOME}/public/User Avatars" && \
|
||||
ln -s "${APP_HOME}/config/settings.json" "${APP_HOME}/public/settings.json"
|
||||
ln -s "${APP_HOME}/config/settings.json" "${APP_HOME}/public/settings.json" && \
|
||||
mkdir "${APP_HOME}/config"
|
||||
|
||||
# Cleanup unnecessary files
|
||||
RUN \
|
||||
|
||||
Reference in New Issue
Block a user