Skip to content

Commit

Permalink
Merge pull request #13 from mintopia/develop
Browse files Browse the repository at this point in the history
Update nginx dockerfiles
  • Loading branch information
mintopia authored Nov 18, 2023
2 parents 9f06090 + 000c0e7 commit 9c758a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/develop/Dockerfile.nginx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ghcr.io/mintopia/php-docker-nginx:latest
LABEL maintainer="jess@mintopia.net"

RUN rm /etc/nginx/conf.d/default.conf
COPY docker/default.conf /etc/nginx/templates/conf.d/default.conf.template
1 change: 1 addition & 0 deletions docker/production/Dockerfile.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ LABEL maintainer="jess@mintopia.net"

COPY --from=build --chown=1000:1000 /app/ /var/www

RUN rm /etc/nginx/conf.d/default.conf
COPY docker/default.conf /etc/nginx/templates/conf.d/default.conf.template

0 comments on commit 9c758a3

Please sign in to comment.