Update Dockerfile
This commit is contained in:
@@ -69,7 +69,6 @@ RUN apk --no-cache add php${PHP_VERSION} \
|
|||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
RUN mkdir -p /usr/share/nginx/html
|
RUN mkdir -p /usr/share/nginx/html
|
||||||
COPY *.html /usr/share/nginx/html
|
COPY *.html /usr/share/nginx/html
|
||||||
COPY *.php /usr/share/nginx/html
|
COPY *.php /usr/share/nginx/html
|
||||||
|
Reference in New Issue
Block a user