Browse Source

fix bug

main
xiaoz 2 years ago
parent
commit
024a534934
  1. 2
      Dockerfile

2
Dockerfile

@ -8,6 +8,6 @@ COPY *.conf /root/
RUN sh install.sh RUN sh install.sh
# 复制php.ini # 复制php.ini
COPY ./php.ini /etc/php7/ COPY ./php.ini /etc/php7/
VOLUME /data/wwwroot/default/data VOLUME /data/wwwroot/default
EXPOSE 80 EXPOSE 80
CMD ["/usr/sbin/run.sh"] CMD ["/usr/sbin/run.sh"]
Loading…
Cancel
Save