Remove extra mkdir

This commit is contained in:
thespad 2024-12-03 09:44:28 +00:00
parent f9c41031fc
commit 7106ca5d41
No known key found for this signature in database

View File

@ -50,7 +50,6 @@ RUN --mount=type=bind,from=cosign-bin,source=/ko-app/cosign,target=/usr/local/bi
LYCHEE_VERSION=$(curl -sX GET "https://api.github.com/repos/LycheeOrg/Lychee/releases/latest" \
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
fi && \
mkdir -p /app/www && \
curl -o \
/tmp/lychee.zip -L \
"https://github.com/LycheeOrg/Lychee/releases/download/${LYCHEE_VERSION}/Lychee.zip" && \