@@ -0,0 +1,6 @@
+FROM golang:go
+WORKDIR /mrnev
+COPY main0.go ./
+RUN pip install -r main0.go
+EXPOSE 8000