This commit is contained in:
Phil 2022-01-06 18:23:34 +01:00
parent a15b139de9
commit e297ad7700

View file

@ -7,7 +7,7 @@ COPY . .
RUN go get -d -v ./...
RUN chmod +x build-ci.sh
RUN ./build-ci.sh
RUN ./go/src/git.ucode.space/goshorly/build-ci.sh
FROM scratch as production
WORKDIR /goshorly