修复Dockerfile

pull/51/head
肥羊 2 years ago committed by GitHub
parent 84bad0f2c7
commit 15a9de10a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile

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

Loading…
Cancel
Save