update: stack structure

This commit is contained in:
2026-04-23 09:53:10 -03:00
parent ee431c79df
commit 9892f2caf5
9 changed files with 20634 additions and 26 deletions
-1
View File
@@ -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;