Fix app location

This commit is contained in:
Eric Nemchik 2022-10-04 20:35:37 -05:00
parent de5de84eb4
commit eb06cc2b8c
3 changed files with 12 additions and 12 deletions

View File

@ -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 ****" && \

View File

@ -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 ****" && \

View File

@ -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 ****" && \