Files
medicalalert-web-reloaded/Dockerfile
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

6 lines
147 B
Docker

FROM wyveo/nginx-php-fpm:php74
COPY wp/ /usr/share/nginx/html
RUN rm /etc/nginx/conf.d/default.conf
RUN chmod +xw -R /usr/share/nginx/
#USER nginx