add dockerfile
parent
4adad6951b
commit
da4dfde82d
|
@ -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"]
|
Loading…
Reference in New Issue