6 lines
147 B
Docker
Executable File
6 lines
147 B
Docker
Executable File
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/
|