Update 'build/Dockerfile'
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2023-03-16 13:11:40 +01:00
parent 6c17d233d8
commit 14df49cd45

View File

@@ -22,6 +22,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& if [ -n "$COMPOSER_VERSION" ]; then COMPOSER_VERSION="--${COMPOSER_VERSION}"; fi \
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer $COMPOSER_VERSION \
&& rm composer-setup.php composer-setup.sig /var/www/html/*
&& chown $USERNAME:$USERNAME /var/www/html
EXPOSE 8080