1
0
mirror of https://github.com/typemill/typemill.git synced 2025-01-17 05:18:19 +01:00

Working solution with or without anonymous volumes

This commit is contained in:
matbgn 2022-05-18 23:58:03 +02:00
parent 106b0d143a
commit 5d8d4d7d59

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"]