This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user