This commit is contained in:
Phil 2022-01-06 18:26:24 +01:00
parent e297ad7700
commit 659db1a727

View file

@ -7,7 +7,7 @@ COPY . .
RUN go get -d -v ./...
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
WORKDIR /goshorly