fix: add variables support

This commit is contained in:
blaise
2022-12-08 18:33:41 +01:00
parent 0b5fc57fde
commit b21d9ec57f
6 changed files with 1170 additions and 3 deletions

View File

@ -18,6 +18,7 @@ RUN \
php -r "unlink('composer-setup.php');"
# install vendors
ENV COMPOSER_ALLOW_SUPERUSER=1
RUN php composer.phar install
# run server