wip mv map_prof plugin outside docker

This commit is contained in:
asus
2024-02-04 12:00:33 +01:00
parent 22344ee724
commit 60f3fe0064
39 changed files with 21 additions and 10 deletions

View File

@@ -32,6 +32,8 @@ ARG MAX_UPLOAD_SIZE
ARG EXECUTION_TIME
# create and empty volumes dir
# WP_VOLUME_DIR=/var/www/html
# WP_VOLUME_PLUGINS=/home/www-data
RUN mkdir -p ${WP_VOLUME_DIR} ${WP_VOLUME_PLUGINS} && \
rm -rf ${WP_VOLUME_DIR}/* ${WP_VOLUME_PLUGINS}/*