diff --git a/Dockerfile b/Dockerfile index ef29fef..d7efc7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN apt-get update && \ # Install app COPY . /app WORKDIR /app +VOLUME ["/app/uploads"] # Install dependencies RUN pip install --upgrade pip && \