edit Dockerfile to fix https://git.wolf-house.net/ross/DashMachine/issues/30
This commit is contained in:
parent
2eea324fa7
commit
4bddc73671
@ -7,7 +7,7 @@ RUN apt-get update -q \
|
|||||||
|
|
||||||
COPY [ "requirements.txt", "/DashMachine/" ]
|
COPY [ "requirements.txt", "/DashMachine/" ]
|
||||||
|
|
||||||
WORKDIR /dashmachine
|
WORKDIR /DashMachine
|
||||||
|
|
||||||
RUN pip install --no-cache-dir --progress-bar off -r requirements.txt
|
RUN pip install --no-cache-dir --progress-bar off -r requirements.txt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user