Skip to content

Commit

Permalink
Add chown to default nginx conf file, to make it owned by nginx user
Browse files Browse the repository at this point in the history
Signed-off-by: mattmatician <[email protected]>
  • Loading branch information
mattmatician authored and mattmatician committed Aug 15, 2023
1 parent 7279daa commit 0dc986b
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 0dc986b

Please sign in to comment.