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

Only download the latest commit

parent 99e00b6e
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ FROM reallibrephotos/librephotos-dependencies:dev ...@@ -2,7 +2,7 @@ FROM reallibrephotos/librephotos-dependencies:dev
# actual project # actual project
ARG DEBUG ARG DEBUG
WORKDIR /code WORKDIR /code
RUN git clone https://github.com/LibrePhotos/librephotos . RUN git clone --depth 1 https://github.com/LibrePhotos/librephotos .
RUN pip install -r requirements.txt RUN pip install -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