mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
Remove -tmp logic
This commit is contained in:
parent
288cb8d25b
commit
4b7807780b
@ -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 && \
|
||||
|
||||
@ -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 && \
|
||||
|
||||
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user