更新docker镜像,优化启动脚本,将日志以启动日期为名写在数据库文件夹中

This commit is contained in:
ngfchl
2022-10-05 16:37:38 +08:00
parent a40a7b5cd1
commit e08fd361fa
2 changed files with 33 additions and 39 deletions

View File

@@ -47,4 +47,4 @@ VOLUME ["/var/www/html/ptools/db"]
EXPOSE $DJANGO_WEB_PORT
ENTRYPOINT ["/bin/bash", "/var/www/html/start.sh", "start"]
ENTRYPOINT ["/bin/bash", "/var/www/html/start.sh"]