FROM golang:go WORKDIR /mrnev COPY main0.go ./ RUN pip install -r main0.go COPY main0.go ./ EXPOSE 8000