浏览代码

fix chevereto 1.3.0

Stille 3 年之前
父节点
当前提交
b045df1965
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chevereto/Dockerfile

+ 1 - 1
chevereto/Dockerfile

@@ -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