Docker adjustment

This commit is contained in:
Tobias Reich 2014-11-04 09:36:29 +01:00
parent 9820e9d755
commit a6cc100539

View File

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