Skip to content

Commit

Permalink
docker: fix concat run chown command #TASK-6559
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrizetta committed Dec 11, 2024
1 parent ea69f08 commit e2bb047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/iva-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL org.label-schema.vendor="OpenCB" \
## Update and create iva user
RUN apt-get update && apt-get -y upgrade && \
apt-get install -y vim jq && \
rm -rf /var/lib/apt/lists/* \
rm -rf /var/lib/apt/lists/* && \
chown -R www-data /usr/local/apache2/logs/

## Allow to build different images by passing the path to the SITE
Expand Down

0 comments on commit e2bb047

Please sign in to comment.