add dockerfile

master
Yong-Jer Chuang 2024-04-24 11:02:47 +08:00
parent 4adad6951b
commit da4dfde82d
1 changed files with 4 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
From python:3.10
RUN python3 -m pip install --upgrade pip
RUN pip install -r requirements.txt
CMD ["python3", "setting.py"]