4PEb6b commited on
Commit
5fa4116
·
verified ·
1 Parent(s): e8d1b05

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile CHANGED
@@ -48,6 +48,12 @@ ADD launch.sh launch.sh
48
  RUN curl -JLO https://github.com/bincooo/SillyTavern-Docker/releases/download/v1.0.0/git-batch
49
  RUN chmod +x launch.sh && chmod +x git-batch && ./git-batch -h
50
 
 
 
 
 
 
 
51
  # Cleanup unnecessary files
52
  RUN \
53
  echo "*** Cleanup ***" && \
 
48
  RUN curl -JLO https://github.com/bincooo/SillyTavern-Docker/releases/download/v1.0.0/git-batch
49
  RUN chmod +x launch.sh && chmod +x git-batch && ./git-batch -h
50
 
51
+ # Copy default chats, characters and user avatars to <folder>.default folder
52
+ RUN \
53
+ rm -f "config.yaml" || true && \
54
+ ln -s "./config/config.yaml" "config.yaml" || true && \
55
+ mkdir "config" || true
56
+
57
  # Cleanup unnecessary files
58
  RUN \
59
  echo "*** Cleanup ***" && \