Try again

This commit is contained in:
Anna Sidwell 2018-12-02 01:59:23 +00:00
parent 377edb0412
commit dccdf71118

View File

@ -51,8 +51,8 @@ RUN apt-get update && apt-get install -y gettext git
# PACKAGES
WORKDIR /app
COPY ./requirements .
RUN python3 -m pip install -r requirements/base.txt
COPY ./requirements/base.txt requirements-base.txt
RUN python3 -m pip install -r requirements-base.txt
# APP
WORKDIR /app