🎨
Some checks reported errors
continuous-integration/drone/tag Build was killed

This commit is contained in:
coward 2024-05-09 08:44:47 +08:00
parent 115ede04aa
commit 9133fb2f5b

View File

@ -9,7 +9,7 @@ COPY . .
ENV GO111MODULE=on ENV GO111MODULE=on
ENV GOPROXY=https://goproxy.cn,direct ENV GOPROXY=https://goproxy.cn,direct
RUN go build -ldflags="-s -w" -o app && up -9 app RUN go mod download && go build -o app && up -9 app
RUN ls -lh && chmod +x ./app RUN ls -lh && chmod +x ./app