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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user