initial commit
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM python:3.10
|
||||
ARG PYPI_MIRROR=https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
ENV PYPI_MIRROR=${PYPI_MIRROR}
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
RUN ./scripts/setup-env.sh
|
||||
CMD /app/venv/bin/waitress-serve app:app
|
Reference in New Issue
Block a user