first commit
This commit is contained in:
5
build/Dockerfile
Executable file
5
build/Dockerfile
Executable file
@@ -0,0 +1,5 @@
|
||||
FROM wyveo/nginx-php-fpm:php80
|
||||
RUN cd ..
|
||||
COPY wp/* /usr/share/nginx/html
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
RUN chmod +xw -R /usr/share/nginx/
|
||||
Reference in New Issue
Block a user