Skip to content

Commit

Permalink
Bugfix: wp-completion script is not executable wodby/docker4wordpress#80
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Aug 14, 2023
1 parent eac0cfc commit 8833d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN set -ex; \
\
url="https://raw.githubusercontent.com/wp-cli/wp-cli/v${wp_cli_version}/utils/wp-completion.bash"; \
curl -o /usr/local/include/wp-completion.bash -fSL "${url}"; \
chmod +x /usr/local/include/wp-completion.bash; \
cd /home/wodby; \
echo "source /usr/local/include/wp-completion.bash" | tee -a .bash_profile .bashrc; \
\
Expand Down

0 comments on commit 8833d0a

Please sign in to comment.