Explorar el Código

Added Dockerfile

foreverpositive hace 2 años
padre
commit
3740c3aeee
Se han modificado 1 ficheros con 9 adiciones y 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