Changed file to +x
This commit is contained in:
parent
22eb584739
commit
d2f2700d2a
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
FROM golang:alpine as builder
|
FROM golang:alpine as builder
|
||||||
|
|
||||||
RUN apk add --no-cache gcc libgo
|
RUN apk add --no-cache gcc libgo git
|
||||||
|
|
||||||
WORKDIR /go/src/git.ucode.space/goshorly
|
WORKDIR /go/src/git.ucode.space/goshorly
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN go get -d -v ./...
|
RUN go get -d -v ./...
|
||||||
RUN ./build-ci.sh
|
RUN chmod +x && ./build-ci.sh
|
||||||
|
|
||||||
FROM gruebel/upx:latest as upx
|
FROM gruebel/upx:latest as upx
|
||||||
COPY --from=builder /go/src/git.ucode.space/goshorly/app /app.org
|
COPY --from=builder /go/src/git.ucode.space/goshorly/app /app.org
|
||||||
|
|
Loading…
Reference in a new issue