1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-30 02:40:42 +02:00

Working solution with or without anonymous volumes

This commit is contained in:
matbgn
2022-05-18 23:58:03 +02:00
parent 7ddc6334c0
commit 2102040f6a

View File

@@ -18,5 +18,7 @@ RUN chmod +x /var/www/html/docker-utils/install-composer && \
./composer.phar update && \
chmod +x /var/www/html/docker-utils/init-server
VOLUME /var/www/html/settings
# Run the server
CMD ["/var/www/html/docker-utils/init-server"]