Browse Source

Docker adjustment

Tobias Reich 9 years ago
parent
commit
a6cc100539
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -27,7 +27,7 @@ WORKDIR /app
 RUN git clone https://github.com/electerious/Lychee.git .
 
 # Set file permissions
-RUN chown www-data:www-data /app -R
+RUN chown -R www-data:www-data /app
 RUN chmod -R 777 uploads/ data/
 
 EXPOSE 80