mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
1. 更新启动脚本
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user