Parcourir la source

Added Dockerfile

foreverpositive il y a 2 ans
Parent
commit
3740c3aeee
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. 9 0
      Dockerfile

+ 9 - 0
Dockerfile

@@ -0,0 +1,9 @@
+FROM python:3
+
+WORKDIR /
+
+COPY . .
+
+RUN pip install -r requirements.txt
+
+CMD python bot.py