diff --git a/Dockerfile b/Dockerfile index d6bf90f..c7dc767 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM archlinux:latest WORKDIR /site COPY . . -RUN pacman -Sy --noconfirm python python-pip +RUN pacman -Sy --noconfirm python python-pip fortune-mod RUN pip install --break-system-packages -r requirements.txt CMD ["waitress-serve", "--port=8000", "app.app"]