Update Dockerfile

Co-authored-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
driz 2023-08-11 12:12:53 -04:00 committed by GitHub
parent ac45195989
commit 80db2a28ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ RUN \
tar xf /tmp/cops.tar.gz -C \
/app/www/public --strip-components=1 && \
cd /app/www/public && \
# use standard composer 2.x now, no need to install older 1.x version
composer \
install --no-dev --optimize-autoloader && \
echo "**** cleanup ****" && \