We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c23688 commit fb13ce8Copy full SHA for fb13ce8
blog/2023-11-07-laravel-on-aws-fargate/index.mdx
@@ -74,7 +74,7 @@ COPY ./ /var/www/html
74
75
RUN chmod 755 /usr/bin/entrypoint.sh && \
76
chmod 777 /tmp && \
77
- chown -R www-data.www-data /var/www && \
+ chown -R www-data:www-data /var/www && \
78
rm -rf /var/www/html/docker
79
80
VOLUME /var/lib/amazon
0 commit comments