From 15a9de10a86468a7e40e9dce22c042750a6f619f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=A5=E7=BE=8A?= Date: Thu, 24 Aug 2023 04:05:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DDockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76136c3..9f59c62 100644 --- a/Dockerfile +++ b/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 @@ -18,4 +19,4 @@ COPY --from=build /allinone /allinone EXPOSE 35455 -CMD [ "/allinone" ] \ No newline at end of file +CMD [ "/allinone" ]