copy new files
This commit is contained in:
@@ -70,9 +70,11 @@ RUN apk --no-cache add php${PHP_VERSION} \
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
RUN mkdir -p /usr/share/nginx/html
|
||||
COPY index.html /usr/share/nginx/html
|
||||
COPY install.php /usr/share/nginx/html
|
||||
COPY install.sh /usr/share/nginx/html
|
||||
COPY index.html /usr/share/nginx/html
|
||||
COPY manage.html /usr/share/nginx/html
|
||||
COPY install.html /usr/share/nginx/html
|
||||
COPY install.php /usr/share/nginx/html
|
||||
COPY install.sh /usr/share/nginx/html
|
||||
COPY installer.css /usr/share/nginx/html
|
||||
RUN chown -R nginx:nginx /usr/share/nginx/html
|
||||
|
||||
|
Reference in New Issue
Block a user