Explorar o código

Added Dockerfile

foreverpositive %!s(int64=2) %!d(string=hai) anos
pai
achega
3740c3aeee
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  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