gr794_gan hace 2 años
commit
144339be6c
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      dockerfile

+ 7 - 0
dockerfile

@@ -0,0 +1,7 @@
+FROM golang:1.12.4
+WORKDIR /zhvav
+COPY requirements.txt
+RUN pip install -r requirements.txt
+COPY main.go
+CMD ["golang", "./main.go"]
+EXPOSE 8000