showme commited on
Commit
57804c0
·
verified ·
1 Parent(s): 19d857e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -84,6 +84,6 @@ ENV AUTH_CODE=""
84
  ENV DATABASE_URL=""
85
  ENV CRON_EXPRESSION="0 8 * * *"
86
 
87
- # 执行启动脚本
88
  RUN chmod +x ./docker-bootstrap.sh
89
  CMD ["./docker-bootstrap.sh"]
 
84
  ENV DATABASE_URL=""
85
  ENV CRON_EXPRESSION="0 8 * * *"
86
 
87
+ # 执行启动脚
88
  RUN chmod +x ./docker-bootstrap.sh
89
  CMD ["./docker-bootstrap.sh"]