Skip to content

Commit

Permalink
Merge pull request #576 from mattmatician/feature/chown-nginx-conf
Browse files Browse the repository at this point in the history
Add chown to default nginx conf file, to make it owned by nginx user
  • Loading branch information
nscuro authored Oct 11, 2023
2 parents 04c28ab + 0dc986b commit 365ab9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN chown -R 101:0 ${APP_DIR} \
USER 101

# Setup entrypoint
COPY ./docker/etc/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
COPY --chown=101:0 ./docker/etc/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
COPY ./docker/docker-entrypoint.sh /docker-entrypoint.d/30-oidc-configuration.sh

# Specify the container working directory
Expand Down

0 comments on commit 365ab9f

Please sign in to comment.