瀏覽代碼

Added Dockerfile

foreverpositive 2 年之前
父節點
當前提交
21fdf767e4
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      Dockerfile

+ 13 - 0
Dockerfile

@@ -0,0 +1,13 @@
+FROM ubuntu
+
+WORKDIR /
+
+RUN apt-get update -y && apt-get upgrade -y && apt-get install -y git python3 python3-pip
+
+RUN git clone https://github.com/foreverpositive/New-Phystech-Printers-Bot.git cloned
+
+RUN mv cloned/* .. && rm -rf cloned
+
+RUN pip install -r requirements.txt
+
+CMD python main.py