Skip to content

Commit fb13ce8

Browse files
authored
fix: use colon, not dot (#22)
1 parent 5c23688 commit fb13ce8

File tree

1 file changed

+1
-1
lines changed
  • blog/2023-11-07-laravel-on-aws-fargate

1 file changed

+1
-1
lines changed

blog/2023-11-07-laravel-on-aws-fargate/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ COPY ./ /var/www/html
7474
7575
RUN chmod 755 /usr/bin/entrypoint.sh && \
7676
chmod 777 /tmp && \
77-
chown -R www-data.www-data /var/www && \
77+
chown -R www-data:www-data /var/www && \
7878
rm -rf /var/www/html/docker
7979
8080
VOLUME /var/lib/amazon

0 commit comments

Comments
 (0)