fix run command extra training \
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -29,7 +29,7 @@ RUN apt-get -y update; \
|
||||
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; \
|
||||
chown $USERNAME:$USERNAME /var/www/html;
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user