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