Skip to content

Commit

Permalink
modified Dockerfile with permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
opeoniye committed Sep 16, 2023
1 parent 0bf7edd commit b4c9b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ FROM opeoniye/nginx
WORKDIR /var/www

# copy code
COPY ./src /var/www
COPY --chown=www:www-data ./src /var/www

0 comments on commit b4c9b83

Please sign in to comment.