Seperated RUN Statements

This commit is contained in:
Phil 2022-01-06 18:09:37 +01:00
parent 4c54297254
commit 71cd597cdd

View file

@ -6,7 +6,8 @@ WORKDIR /go/src/git.ucode.space/goshorly
COPY . .
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
WORKDIR /goshorly