From 7775436d30111cbc821be5252241408b5758ce70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=A5=E7=BE=8A?= Date: Fri, 2 Jun 2023 11:03:00 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28aad7d..032b79a 100644 --- a/Dockerfile +++ b/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" ] \ No newline at end of file +CMD [ "/allinone" ]