Add support for a root path

This commit is contained in:
Jonathan Piron
2017-01-23 08:12:11 +01:00
parent 8fb5846cd0
commit 4f3ba3d52c
3 changed files with 22 additions and 3 deletions
+2 -1
View File
@@ -42,4 +42,5 @@ ENV AUTH_METHOD internal
# always re-configure database with current ENV when RUNning container, then monitor all services
ADD configure-db.php /configure-db.php
ADD supervisord.conf /etc/supervisor/conf.d/supervisord.conf
CMD php /configure-db.php && supervisord -c /etc/supervisor/conf.d/supervisord.conf
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]