diff --git a/Dockerfile b/Dockerfile index fc29f54..49fa8a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ RUN python3 -m pip install waitress COPY req.txt . RUN python3 -m pip install --no-cache-dir -r req.txt +RUN ln -s /app/uploads/ /app/static/uploads + EXPOSE 5000/tcp ENTRYPOINT ["waitress-serve"]