Skip to content

Commit

Permalink
docker: change owner apache2/logs to www-data #TASK-6559
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrizetta committed Sep 4, 2024
1 parent 53c4edd commit 3bed704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/iva-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ COPY ./${SITE}/api/img /usr/local/apache2/htdocs/api/img/

## Change owner
RUN chown -R www-data /usr/local/apache2/htdocs/
RUN chown -R www-data /usr/local/apache2/logs/
## Run Docker images as non root
USER www-data

Expand Down

0 comments on commit 3bed704

Please sign in to comment.