This commit is contained in:
Ross Mountjoy 2020-02-11 11:34:54 -05:00
parent 2eea324fa7
commit 4bddc73671

View File

@ -7,7 +7,7 @@ RUN apt-get update -q \
COPY [ "requirements.txt", "/DashMachine/" ]
WORKDIR /dashmachine
WORKDIR /DashMachine
RUN pip install --no-cache-dir --progress-bar off -r requirements.txt