diff --git a/Dockerfile b/Dockerfile index 1e57f2b..209a3a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,7 @@ WORKDIR /opt/eos COPY requirements.txt requirements.txt -RUN pip install --no-cache-dir --upgrade pip \ - && pip install --no-cache-dir -r requirements.txt +RUN pip install --no-cache-dir -r requirements.txt COPY . . COPY config.example.py config.py