diff --git a/Dockerfile b/Dockerfile index 6d12fc1..b6c131f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM python:3.10 +WORKDIR /app + COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt