fixup! Add version key to /stats and more arguments
All checks were successful
CI / build (push) Successful in 5m30s
All checks were successful
CI / build (push) Successful in 5m30s
This commit is contained in:
parent
5101648c94
commit
04232374db
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ 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 . .
|
||||
|
||||
|
|
Loading…
Reference in a new issue