Remove -tmp logic

This commit is contained in:
Eric Nemchik 2023-01-20 18:51:08 -06:00
parent 288cb8d25b
commit 4b7807780b
3 changed files with 0 additions and 6 deletions

View File

@ -51,8 +51,6 @@ RUN \
/app/www/ --strip-components=1 && \
echo "**** install composer dependencies ****" && \
composer install -d /app/www/ && \
echo "**** overlay-fs bug workaround ****" && \
mv /app/www /app/www && \
echo "**** cleanup ****" && \
apk del --purge \
build-dependencies && \

View File

@ -51,8 +51,6 @@ RUN \
/app/www/ --strip-components=1 && \
echo "**** install composer dependencies ****" && \
composer install -d /app/www/ && \
echo "**** overlay-fs bug workaround ****" && \
mv /app/www /app/www && \
echo "**** cleanup ****" && \
apk del --purge \
build-dependencies && \

View File

@ -51,8 +51,6 @@ RUN \
/app/www/ --strip-components=1 && \
echo "**** install composer dependencies ****" && \
composer install -d /app/www/ && \
echo "**** overlay-fs bug workaround ****" && \
mv /app/www /app/www && \
echo "**** cleanup ****" && \
apk del --purge \
build-dependencies && \