Ver código fonte

Added Dockerfile

foreverpositive 2 anos atrás
pai
commit
3740c3aeee
1 arquivos alterados com 9 adições e 0 exclusões
  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