Kaynağa Gözat

gopy dockerfile

Breandan Dezendorf 2 yıl önce
ebeveyn
işleme
ce6097037e
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  1. 8 0
      dezendorf/applications/gopy/Dockerfile

+ 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"]