GordonChan365 commited on
Commit
9c292fe
·
verified ·
1 Parent(s): 6b4882b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -6,7 +6,6 @@ RUN --mount=type=secret,id=CONFIG,mode=0444,required=true \
6
  WORKDIR /usr/src/app
7
 
8
  RUN chmod -R 777 /usr/src/app
9
- # 输出 config.yaml 文件内容,用于调试
10
- RUN cat config.yaml
11
  EXPOSE 3214
12
  CMD ["python3", "bot.py"]
 
6
  WORKDIR /usr/src/app
7
 
8
  RUN chmod -R 777 /usr/src/app
9
+
 
10
  EXPOSE 3214
11
  CMD ["python3", "bot.py"]