We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a744f9 commit cf54e8aCopy full SHA for cf54e8a
Dockerfile
@@ -0,0 +1,9 @@
1
+FROM python:3.6.8-stretch
2
+
3
+ADD cubebot.py /
4
+ADD requirements.txt /
5
+ADD functions /functions/
6
7
+RUN pip install -r requirements.txt
8
9
+CMD [ "python", "./cubebot.py" ]
0 commit comments