This commit is contained in:
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…
Reference in New Issue
Block a user