mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
fixed addDomain.sh, auto correct folder permissions, included localhost
This commit is contained in:
@@ -14,7 +14,7 @@ RUN apt-get install mysql-client lsphp73 lsphp73-mysql lsphp73-opcache lsphp73-c
|
||||
EXPOSE 7080
|
||||
|
||||
RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \
|
||||
chmod +x wp-cli.phar && mv wp-cli.phar /usr/local/bin/wp && \
|
||||
chmod +x wp-cli.phar && mv wp-cli.phar /usr/bin/wp && \
|
||||
ln -s /usr/local/lsws/lsphp73/bin/php7.3 /usr/bin/php
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user