Tu060925 commited on
Commit
c5e9784
·
verified ·
1 Parent(s): 172d980

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM node:22
3
 
4
  #ARG kook
5
  #ARG qqbot
6
- #ARG rs
7
 
8
  # 安装 Redis
9
  RUN apt-get update && apt-get install -y redis-server
@@ -38,7 +38,7 @@ RUN git clone --depth=1 https://gitee.com/TimeRainStarSky/Yunzai-QQBot-Plugin pl
38
 
39
  #RUN echo "${kook}" >>config/config/QQBot.yaml
40
  #RUN echo "${qqbot}" >>config/config/QQBot.yaml
41
- #RUN echo "${rs}" >>config/config/redis.yaml
42
 
43
  # 拷贝 Guoba 配置文件
44
  COPY ./application.yaml ./plugins/Guoba-Plugin/config/
 
3
 
4
  #ARG kook
5
  #ARG qqbot
6
+ ARG rs
7
 
8
  # 安装 Redis
9
  RUN apt-get update && apt-get install -y redis-server
 
38
 
39
  #RUN echo "${kook}" >>config/config/QQBot.yaml
40
  #RUN echo "${qqbot}" >>config/config/QQBot.yaml
41
+ RUN echo "${rs}" >>config/config/redis.yaml
42
 
43
  # 拷贝 Guoba 配置文件
44
  COPY ./application.yaml ./plugins/Guoba-Plugin/config/