Skip to content

Commit

Permalink
Remove redundant ln in Dockerfile.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mikethicke committed Dec 13, 2024
1 parent c68cdd3 commit 6adeeb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
chown www-data:www-data /app/site/web/app/themes && \
chown www-data:www-data /app/site/web/app/mu-plugins && \
ln -s /app/plugins/*/ /app/site/web/app/plugins/ && \
ln -s /app/plugins/*/ /app/site/web/app/plugins/ && \
ln -s /app/mu-plugins/* /app/site/web/app/mu-plugins/ && \
ln -s /app/themes/*/ /app/site/web/app/themes/

Expand Down

0 comments on commit 6adeeb6

Please sign in to comment.