chore: bla bla bla
This commit is contained in:
parent
f24ef7b8fa
commit
f35a9da06f
3 changed files with 14 additions and 7 deletions
|
|
@ -7,7 +7,7 @@ WORKDIR /app
|
|||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
COPY . .
|
||||
RUN go install github.com/a-h/templ/cmd/templ@latest
|
||||
RUN go install github.com/a-h/templ/cmd/templ@v0.3.943
|
||||
RUN templ generate
|
||||
RUN CGO_ENABLED=1 go build -o ddns-manager .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue