diff --git a/Dockerfile b/Dockerfile index 730820f..58208d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,6 @@ WORKDIR /app COPY requirements.txt . -RUN python.exe -m pip install --upgrade pip - RUN pip install --no-cache-dir -r requirements.txt COPY . .