This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dockerfile | |
FROM wyveo/nginx-php-fpm:latest | |
WORKDIR /usr/share/nginx/ | |
RUN rm -rf /usr/share/nginx/html | |
COPY . /usr/share/nginx | |
RUN chmod -R 775 /usr/share/nginx/storage | |
RUN ln -s public html | |
docker-compose.yaml |
OlderNewer