Update Dockerfile

pull/37/head
肥羊 3 years ago committed by GitHub
parent de471f33ed
commit 7775436d30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile

@ -7,6 +7,7 @@ COPY ./Golang/go.sum ./
RUN go mod download
COPY ./Golang/*.go ./
COPY ./Golang/list/*.go ./list/
COPY ./Golang/liveurls/*.go ./liveurls/
RUN go build -o /allinone

Loading…
Cancel
Save