?
This commit is contained in:
parent
e297ad7700
commit
659db1a727
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ COPY . .
|
||||||
|
|
||||||
RUN go get -d -v ./...
|
RUN go get -d -v ./...
|
||||||
RUN chmod +x build-ci.sh
|
RUN chmod +x build-ci.sh
|
||||||
RUN ./go/src/git.ucode.space/goshorly/build-ci.sh
|
RUN /go/src/git.ucode.space/goshorly/build-ci.sh
|
||||||
|
|
||||||
FROM scratch as production
|
FROM scratch as production
|
||||||
WORKDIR /goshorly
|
WORKDIR /goshorly
|
||||||
|
|
Loading…
Reference in a new issue