File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ ARG BUILDPLATFORM
1010ARG TARGETOS
1111ARG TARGETARCH
1212
13- RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH xcaddy build
13+ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH xcaddy build \
14+ --with github.com/mholt/caddy-ratelimit \
15+ --with github.com/pberkel/caddy-storage-redis
1416
1517# -----------------------------------------------------
1618# App Itself
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ ARG BUILDPLATFORM
1010ARG TARGETOS
1111ARG TARGETARCH
1212
13- RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH xcaddy build
13+ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH xcaddy build \
14+ --with github.com/mholt/caddy-ratelimit \
15+ --with github.com/pberkel/caddy-storage-redis
1416
1517# -----------------------------------------------------
1618# App Itself
You can’t perform that action at this time.
0 commit comments