Skip to content
Snippets Groups Projects
Unverified Commit 2d132383 authored by Niaz Faridani-Rad's avatar Niaz Faridani-Rad Committed by GitHub
Browse files

Update Dockerfile

parent 1296c2e7
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ FROM reallibrephotos/librephotos-dependencies:dev ...@@ -3,7 +3,7 @@ FROM reallibrephotos/librephotos-dependencies:dev
ARG DEBUG ARG DEBUG
WORKDIR /code WORKDIR /code
RUN git clone --depth 1 https://github.com/LibrePhotos/librephotos . RUN git clone --depth 1 https://github.com/LibrePhotos/librephotos .
RUN pip install -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
RUN if [ "$DEBUG" = 1 ] ; then pip install -r requirements.dev.txt ; fi RUN if [ "$DEBUG" = 1 ] ; then pip install -r requirements.dev.txt ; fi
EXPOSE 8001 EXPOSE 8001
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment