소스 검색

Added Dockerfile

foreverpositive 2 년 전
부모
커밋
3740c3aeee
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  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