xusijie commited on
Commit
6f26c08
·
1 Parent(s): bf9d5da

add promptd

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ COPY cli.py .
13
  COPY config.toml .
14
  COPY static/ ./static/
15
  COPY web/ ./web/
 
16
  COPY .storyline/ ./.storyline/
17
 
18
  # 安装依赖
 
13
  COPY config.toml .
14
  COPY static/ ./static/
15
  COPY web/ ./web/
16
+ COPY prompts/ ./prompts/
17
  COPY .storyline/ ./.storyline/
18
 
19
  # 安装依赖