更新 'Dockerfile'
continuous-integration/drone/push Build is failing Details

master
loser 2 years ago
parent 05f8043672
commit bdeee90549

@ -6,7 +6,7 @@ ENV GO111MODULE=on \
WORKDIR /builder WORKDIR /builder
COPY . . COPY . .
RUN go mod download && go build -o app && upx -9 app RUN go mod download && go build -o app
RUN ls -lh && chmod +x ./app RUN ls -lh && chmod +x ./app
COPY . . COPY . .

Loading…
Cancel
Save