feat: add base image

This commit is contained in:
sangge 2023-10-12 19:48:12 +08:00
parent 4d40a80493
commit 5029db5fac

8
basedockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM python:3.11
COPY src /app
WORKDIR /app
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple