update: stack structure
This commit is contained in:
@@ -6,7 +6,6 @@ FROM wordpress:${WP_VERSION}-php${PHP_VERSION}-fpm-alpine
|
||||
|
||||
# clean core from default themes and plugins
|
||||
RUN rm -rf /usr/src/wordpress/wp-content/themes/* && rm -rf /usr/src/wordpress/wp-content/plugins/*
|
||||
COPY app/* /usr/src/wordpress
|
||||
|
||||
# install system dependencies
|
||||
RUN apk add --no-cache msmtp mysql-client;
|
||||
|
||||
Reference in New Issue
Block a user