1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-06-07 16:21:56 +00:00
YAO-Dockerfiles/yao-portal/dev/Dockerfile

16 lines
298 B
Docker
Raw Normal View History

2019-04-24 01:57:37 +00:00
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