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