fix chevereto 1.3.0

This commit is contained in:
Stille 2022-02-01 23:06:06 +08:00
parent 89db940db1
commit b045df1965
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN apk add --no-cache curl && \
mkdir -p /extracted && \
cd /extracted && \
unzip /tmp/chevereto.zip && \
mv "Chevereto-Free-${CHEVERETO_VERSION}/" Chevereto/
mv "chevereto-free-${CHEVERETO_VERSION}/" Chevereto/
COPY settings.php /extracted/Chevereto/app/settings.php
FROM php:$PHP_VERSION