From 4bddc736715d02348bfbd8ecfd4322d50774a930 Mon Sep 17 00:00:00 2001 From: Ross Mountjoy Date: Tue, 11 Feb 2020 11:34:54 -0500 Subject: [PATCH] edit Dockerfile to fix https://git.wolf-house.net/ross/DashMachine/issues/30 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c552da..0a6f833 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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