mirror of
https://gitee.com/konyshe/goodlink.git
synced 2026-04-22 14:53:05 +08:00
Update build.sh and Dockerfile to include goodlink3 in the build process. This change ensures that goodlink3 is copied to the appropriate directories during the build and Docker image creation.
This commit is contained in:
@@ -19,6 +19,7 @@ RUN echo 111111111111
|
||||
COPY go2 /go/src/go2
|
||||
COPY proxy2 /go/src/proxy
|
||||
COPY goroutine-pool /go/src/goroutine-pool
|
||||
COPY goodlink3 /go/src/goodlink3
|
||||
|
||||
RUN --mount=target=. \
|
||||
--mount=type=cache,target=/root/.cache/go-build \
|
||||
|
||||
Reference in New Issue
Block a user