Browse Source

fix chevereto 1.3.0

Stille 3 years ago
parent
commit
b045df1965
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chevereto/Dockerfile

+ 1 - 1
chevereto/Dockerfile

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