Seperated RUN Statements
This commit is contained in:
parent
4c54297254
commit
71cd597cdd
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ WORKDIR /go/src/git.ucode.space/goshorly
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN go get -d -v ./...
|
RUN go get -d -v ./...
|
||||||
RUN chmod +x build-ci.sh && ./build-ci.sh
|
RUN chmod +x build-ci.sh
|
||||||
|
RUN ./build-ci.sh
|
||||||
|
|
||||||
FROM scratch as production
|
FROM scratch as production
|
||||||
WORKDIR /goshorly
|
WORKDIR /goshorly
|
||||||
|
|
Loading…
Reference in a new issue