Docker adjustment

pull/263/head
Tobias Reich 10 years ago
parent 9820e9d755
commit a6cc100539

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

Loading…
Cancel
Save