修改Dockerfile From

This commit is contained in:
walker 2024-02-22 09:42:18 +08:00
parent efe7ee94e4
commit b258db7283
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ WORKDIR /go/src/joylink.club/bj-rtsts-server
COPY . ./
RUN go env -w GO111MODULE=on && go env -w GOPROXY=https://goproxy.cn,direct && go build -o bj-rtsts-server
FROM scratch
FROM alpine
COPY --from=builder /go/src/joylink.club/bj-rtsts-server/bj-rtsts-server /usr/local/bin/bj-rtsts-server
WORKDIR /bj-rtsts
COPY --from=builder /go/src/joylink.club/bj-rtsts-server/config/*.yml ./