Skip to content

Commit

Permalink
chore: COPY app.conf with correct perms
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Dec 2, 2024
1 parent 4f92908 commit 63d41da
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 63d41da

Please sign in to comment.