We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631f817 commit ed9715bCopy full SHA for ed9715b
Dockerfile
@@ -118,6 +118,7 @@ ADD ./plugins/snapshot /usr/src/wordpress/wp-content/plugins/snapshot
118
# ADD ./themes/my-theme /var/www/html/wp-content/themes/my-theme
119
120
COPY docker-entrypoint.sh /usr/local/bin/
121
+RUN chmod +x /usr/local/bin/docker-entrypoint.sh
122
123
# Cleanup
124
# RUN rm /plugins.sh && rm /plugins -r # Delete Plugins script and folder
0 commit comments