mirror of
https://github.com/linuxserver/docker-lychee.git
synced 2026-02-05 19:09:11 +08:00
Fix app location
This commit is contained in:
parent
de5de84eb4
commit
eb06cc2b8c
@ -43,13 +43,13 @@ RUN \
|
||||
LYCHEE_VERSION=$(curl -sX GET "https://api.github.com/repos/LycheeOrg/Lychee/releases/latest" \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
|
||||
fi && \
|
||||
mkdir /app/lychee && \
|
||||
git clone --recurse-submodules https://github.com/LycheeOrg/Lychee.git /app/lychee && \
|
||||
cd /app/lychee && \
|
||||
mkdir /app/www && \
|
||||
git clone --recurse-submodules https://github.com/LycheeOrg/Lychee.git /app/www && \
|
||||
cd /app/www && \
|
||||
git checkout "${LYCHEE_VERSION}" && \
|
||||
echo "**** install composer dependencies ****" && \
|
||||
composer install \
|
||||
-d /app/lychee \
|
||||
-d /app/www \
|
||||
--no-dev \
|
||||
--no-interaction && \
|
||||
echo "**** cleanup ****" && \
|
||||
|
||||
@ -43,13 +43,13 @@ RUN \
|
||||
LYCHEE_VERSION=$(curl -sX GET "https://api.github.com/repos/LycheeOrg/Lychee/releases/latest" \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
|
||||
fi && \
|
||||
mkdir /app/lychee && \
|
||||
git clone --recurse-submodules https://github.com/LycheeOrg/Lychee.git /app/lychee && \
|
||||
cd /app/lychee && \
|
||||
mkdir /app/www && \
|
||||
git clone --recurse-submodules https://github.com/LycheeOrg/Lychee.git /app/www && \
|
||||
cd /app/www && \
|
||||
git checkout "${LYCHEE_VERSION}" && \
|
||||
echo "**** install composer dependencies ****" && \
|
||||
composer install \
|
||||
-d /app/lychee \
|
||||
-d /app/www \
|
||||
--no-dev \
|
||||
--no-interaction && \
|
||||
echo "**** cleanup ****" && \
|
||||
|
||||
@ -43,13 +43,13 @@ RUN \
|
||||
LYCHEE_VERSION=$(curl -sX GET "https://api.github.com/repos/LycheeOrg/Lychee/releases/latest" \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
|
||||
fi && \
|
||||
mkdir /app/lychee && \
|
||||
git clone --recurse-submodules https://github.com/LycheeOrg/Lychee.git /app/lychee && \
|
||||
cd /app/lychee && \
|
||||
mkdir /app/www && \
|
||||
git clone --recurse-submodules https://github.com/LycheeOrg/Lychee.git /app/www && \
|
||||
cd /app/www && \
|
||||
git checkout "${LYCHEE_VERSION}" && \
|
||||
echo "**** install composer dependencies ****" && \
|
||||
composer install \
|
||||
-d /app/lychee \
|
||||
-d /app/www \
|
||||
--no-dev \
|
||||
--no-interaction && \
|
||||
echo "**** cleanup ****" && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user