Bad perm.

This commit is contained in:
soup-bowl
2024-12-15 20:45:00 +00:00
parent fd84351ed1
commit 4c8fe4b969
+2 -2
View File
@@ -4,7 +4,7 @@ COPY wp-config.sh /opt/wp-init.sh
COPY https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar /usr/bin/wp
RUN chmod +X /usr/bin/wp \
&& chmod 766 /usr/bin/wp \
&& chmod 755 /usr/bin/wp \
&& mv /opt/wp-init.sh /usr/bin/wp-init \
&& chmod +X /usr/bin/wp-init \
&& chmod 766 /usr/bin/wp-init
&& chmod 755 /usr/bin/wp-init