1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-12-15 18:16:44 +00:00

update yao-portal

This commit is contained in:
2019-12-04 18:52:14 +08:00
parent f79ab58e5d
commit 610ee98efb
3 changed files with 2 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
FROM newnius/php:7.3
MAINTAINER Newnius <docker@newnius.com>
MAINTAINER Newnius <newnius.cn@gmail.com>
RUN apt update && \
apt install -y git vim httpie && \
@@ -8,8 +8,6 @@ RUN apt update && \
RUN git clone https://github.com/newnius/YAO-portal.git /var/www/html/
ADD config/config.inc.php /var/www/html/
ADD bootstrap.sh /etc/
CMD /etc/bootstrap.sh