feat: temp docker file

This commit is contained in:
sangge 2023-10-15 14:01:12 +08:00
parent b1fd853270
commit 19298152c5

10
dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM git.mamahaha.work/sangge/tpre:base
COPY src /app
COPY requirements.txt /app/requirements.txt
WORKDIR /app
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple