1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-12 09:04:37 +02:00

Add plugins folder for further installation

This commit is contained in:
matbgn
2022-05-19 15:28:06 +02:00
parent 505f36b0b9
commit 73201fe4f7
2 changed files with 3 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ RUN chmod +x /var/www/html/docker-utils/install-composer && \
VOLUME /var/www/html/settings
VOLUME /var/www/html/media
VOLUME /var/www/html/cache
VOLUME /var/www/html/plugins
# Create a default copy of content and theme in case of empty directories binding
RUN mkdir -p /var/www/html/content.default/ && \