We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e51846 commit 265b52eCopy full SHA for 265b52e
1 file changed
infra/docker/Dockerfile
@@ -35,6 +35,7 @@ COPY infra/docker/.htaccess public/
35
36
# Update project
37
RUN /usr/bin/composer install --no-dev \
38
- && ./scripts/post-create-project
+ && ./scripts/post-create-project \
39
+ && chown 33:33 -R .
40
41
CMD ["apache2-foreground"]
0 commit comments