mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix the warning about empty continuation lines in Dockerfile
This commit is contained in:
@@ -27,8 +27,8 @@ RUN \
|
|||||||
mv "./public/characters" "./public/characters.default" && \
|
mv "./public/characters" "./public/characters.default" && \
|
||||||
mv "./public/chats" "./public/chats.default" && \
|
mv "./public/chats" "./public/chats.default" && \
|
||||||
mv "./public/User Avatars" "./public/User Avatars.default" && \
|
mv "./public/User Avatars" "./public/User Avatars.default" && \
|
||||||
mv "./public/settings.json" "./public/settings.json.default" && \
|
mv "./public/settings.json" "./public/settings.json.default" && \
|
||||||
|
\
|
||||||
echo "*** Create symbolic links to config directory ***" && \
|
echo "*** Create symbolic links to config directory ***" && \
|
||||||
ln -s "${APP_HOME}/config/characters" "${APP_HOME}/public/characters" && \
|
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/chats" "${APP_HOME}/public/chats" && \
|
||||||
|
Reference in New Issue
Block a user