7 lines
82 B
Docker

FROM golang:1.22.5
WORKDIR /app
COPY spider-net /spider-net
CMD ["/spider-net"]