diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..b91865f --- /dev/null +++ b/Dockerfile @@ -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"] \ No newline at end of file