Skip to content

Commit 265b52e

Browse files
committed
change owner to www-data
1 parent 0e51846 commit 265b52e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infra/docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ COPY infra/docker/.htaccess public/
3535

3636
# Update project
3737
RUN /usr/bin/composer install --no-dev \
38-
&& ./scripts/post-create-project
38+
&& ./scripts/post-create-project \
39+
&& chown 33:33 -R .
3940

4041
CMD ["apache2-foreground"]

0 commit comments

Comments
 (0)