mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-05 03:54:46 +00:00
fixup! Allow semver generator to run without configuration file present.
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ RUN apk add make
|
|||||||
WORKDIR /go/src/app
|
WORKDIR /go/src/app
|
||||||
ENV GO111MODULE=on CGO_ENABLED=1 GOOS=linux
|
ENV GO111MODULE=on CGO_ENABLED=1 GOOS=linux
|
||||||
COPY . /go/src/app/
|
COPY . /go/src/app/
|
||||||
RUN make
|
RUN make build
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN apk add --no-cache ca-certificates
|
RUN apk add --no-cache ca-certificates
|
||||||
|
|||||||
Reference in New Issue
Block a user