Skip to content

Commit

Permalink
Merge pull request #95 from uselagoon/drushalias_app_conf_perms
Browse files Browse the repository at this point in the history
chore: COPY app.conf with correct perms
  • Loading branch information
tobybellwood authored Dec 2, 2024
2 parents 4f92908 + 63d41da commit 8e97251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drush-alias/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM uselagoon/nginx:latest
LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-service-images" repository="https://github.com/uselagoon/lagoon-service-images"

ADD nginx.conf /etc/nginx/conf.d/app.conf
ADD web/ /app/
COPY --chmod=664 nginx.conf /etc/nginx/conf.d/app.conf
COPY web/ /app/

0 comments on commit 8e97251

Please sign in to comment.