Changed file to +x

This commit is contained in:
Phil 2021-12-08 10:09:52 +00:00
parent d2f2700d2a
commit ac8cb3a064
No known key found for this signature in database
GPG key ID: 91884FA482AA7CB3

View file

@ -6,7 +6,7 @@ WORKDIR /go/src/git.ucode.space/goshorly
COPY . .
RUN go get -d -v ./...
RUN chmod +x && ./build-ci.sh
RUN chmod +x build-ci.sh && ./build-ci.sh
FROM gruebel/upx:latest as upx
COPY --from=builder /go/src/git.ucode.space/goshorly/app /app.org