Skip to content

Commit ed9715b

Browse files
author
jetatomic
committed
fix docker-entrypoint permission
1 parent 631f817 commit ed9715b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ ADD ./plugins/snapshot /usr/src/wordpress/wp-content/plugins/snapshot
118118
# ADD ./themes/my-theme /var/www/html/wp-content/themes/my-theme
119119

120120
COPY docker-entrypoint.sh /usr/local/bin/
121+
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
121122

122123
# Cleanup
123124
# RUN rm /plugins.sh && rm /plugins -r # Delete Plugins script and folder

0 commit comments

Comments
 (0)