Newer
Older
RUN git clone --depth 1 https://github.com/LibrePhotos/librephotos .
RUN pip install -r requirements.txt
RUN if [ "$DEBUG" = 1 ] ; then pip install -r requirements.dev.txt ; fi
EXPOSE 8001

Matteo Parrucci
committed
COPY entrypoint.sh /entrypoint.sh
CMD ["/entrypoint.sh"]