Pass source of service to Deployment API; render templates properly (#969)
* Pass source of service to Deployment API; render templates properly * Enable Go modules by default. Honor runtime.Service.Exec * Make sure you remove go.mod and go.sum
This commit is contained in:
@@ -4,4 +4,4 @@ RUN apk --no-cache add make git gcc libtool musl-dev
|
||||
WORKDIR /
|
||||
COPY go.mod .
|
||||
COPY go.sum .
|
||||
RUN go mod download
|
||||
RUN go mod download && rm go.mod go.sum
|
||||
|
||||
Reference in New Issue
Block a user