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. 3
      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
@ -17,4 +18,4 @@ COPY --from=build /allinone /allinone
EXPOSE 35455
CMD [ "/allinone" ]
CMD [ "/allinone" ]

Loading…
Cancel
Save