Skip to content

Commit

Permalink
Corrected error in wordpress server dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Kromhout committed Dec 11, 2020
1 parent 081ae06 commit dc7a8ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 68 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion Workbench/wordpress_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ WORKDIR /var/www/html
# && sed -i "s/define( 'DB_COLLATE', '' );/define( 'DB_COLLATE', '' );\ndefine('JWT_AUTH_SECRET_KEY', 'your-top-secret-key');\ndefine('JWT_AUTH_CORS_ENABLE', true);\n/" /var/www/html/wp-config.php \
# && sed -i "s/RewriteBase \//RewriteBase \/\nRewriteRule \^wp-json\/\(\.\*\) \/?rest_route=\/\$1 \[L\]\n/" /var/www/html/.htaccess

ln -sf /run/secrets/shib_sp-key.pem /etc/shibboleth/sp-key.pem
RUN ln -sf /run/secrets/shib_sp-key.pem /etc/shibboleth/sp-key.pem
RUN chown -R apache:apache /var/www/html
RUN /usr/local/bin/setservername.sh

0 comments on commit dc7a8ee

Please sign in to comment.