fix
This commit is contained in:
parent
6436bbf831
commit
42025e98e4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM archlinux:latest
|
||||||
|
|
||||||
WORKDIR /site
|
WORKDIR /site
|
||||||
COPY . .
|
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
|
RUN pip install --break-system-packages -r requirements.txt
|
||||||
|
|
||||||
CMD ["waitress-serve", "--port=8000", "app.app"]
|
CMD ["waitress-serve", "--port=8000", "app.app"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue