diff --git a/Dockerfile b/Dockerfile index 267ca8a..9c2e022 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3-alpine -WORKDIR /site +WORKDIR /app COPY . . RUN pip install --no-cache-dir -r requirements.txt