diff --git a/Dockerfile b/Dockerfile index 1ac2b9b..1ca05da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM python:3.8 +WORKDIR /app + RUN pip install --upgrade pip # Avoid rebuilding this step if no changes to requirements.txt