1. 更新启动脚本

This commit is contained in:
ngfchl
2022-08-25 11:22:08 +08:00
parent 605655f2b9
commit 2b61751c2c
2 changed files with 6 additions and 6 deletions

View File

@@ -44,10 +44,10 @@ RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
#RUN yes|apt install libgl1-mesa-glx
#RUN yes|apt install redis-server
VOLUME ["/var/www/html/ptools/db"]
#VOLUME ["/var/www/html/ptools/db"]
VOLUME ["/var/www/html/ptools"]
EXPOSE 8000
EXPOSE $DJANGO_WEB_PORT
#ENTRYPOINT ["redis-server","/etc/redis/redis.conf"]
#ENTRYPOINT ["/bin/bash", "first.sh"]
ENTRYPOINT ["/bin/bash", "/var/www/html/start.sh"]