?
This commit is contained in:
parent
a15b139de9
commit
e297ad7700
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 ./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