Skip to content

Commit

Permalink
update wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Feb 4, 2025
1 parent 059d175 commit 38f03a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Workbench/wordpress_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ VOLUME /var/www/html

COPY container_files/wordpress/sed.sh /root
COPY container_files/wordpress/config-shibb.sql /root
COPY container_files/wordpress/wp /root
#COPY container_files/wordpress/wp /root
RUN curl -o /root/wp --url https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && chmod +x /root/wp
COPY container_files/wordpress/config.yml /root/.wp-cli
COPY container_files/wordpress/wp-cli.yml /var/www/html
COPY container_files/shibboleth/* /etc/shibboleth/
Expand Down
Binary file modified Workbench/wordpress_server/container_files/wordpress/wp
Binary file not shown.

0 comments on commit 38f03a7

Please sign in to comment.