fixup! Add version key to /stats and more arguments
All checks were successful
CI / build (push) Successful in 6m1s
All checks were successful
CI / build (push) Successful in 6m1s
This commit is contained in:
parent
5101648c94
commit
cc63b84a55
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
.dockerignore
|
||||
Dockerfile
|
||||
LICENSE
|
||||
.git
|
||||
.github
|
||||
.gitignore
|
||||
cache
|
||||
|
|
|
@ -2,8 +2,9 @@ FROM golang:alpine AS build
|
|||
|
||||
WORKDIR /app/
|
||||
|
||||
RUN apk add --no-cache build-base libwebp-dev
|
||||
RUN apk add --no-cache build-base libwebp-dev git
|
||||
|
||||
COPY .git .git
|
||||
COPY . .
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||
|
|
Loading…
Reference in a new issue