1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-12-15 10:06:45 +00:00

update yao-portal

This commit is contained in:
2019-04-24 09:57:37 +08:00
parent 607c372b1f
commit dbc3be09f4
3 changed files with 90 additions and 0 deletions

15
yao-portal/dev/Dockerfile Normal file
View File

@@ -0,0 +1,15 @@
FROM newnius/php:7.3
MAINTAINER Newnius <docker@newnius.com>
RUN apt update && \
apt install -y git && \
rm -rf /var/lib/apt/lists/*
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