Breandan Dezendorf 2 жил өмнө
parent
commit
ce6097037e

+ 8 - 0
dezendorf/applications/gopy/Dockerfile

@@ -0,0 +1,8 @@
+FROM python3
+
+ADD gopy.py
+ADD requirements.txt
+
+RUN pip3 install -r requirements.txt
+
+ENTRYPOINT ["python3", "gopy.py"]