This commit is contained in:
Nicholas St. Germain 2018-12-11 00:15:38 -06:00
parent 98a16d9332
commit 3264def099

View file

@ -6,7 +6,7 @@ ARG branch="master"
ENV branch=$branch
COPY / /app/Varken
COPY / /app
RUN \
python3 -m pip install -r /app/requirements.txt && \