chore: compile without nosql's support for Postgres and MySQL (#1112)

This commit is contained in:
Kévin Dunglas
2024-10-22 22:50:31 +02:00
committed by GitHub
parent 17e57287eb
commit 2532eb5887
10 changed files with 18 additions and 15 deletions

View File

@@ -78,7 +78,7 @@ WORKDIR /go/src/app
COPY . .
WORKDIR /go/src/app/caddy/frankenphp
RUN go build -buildvcs=false -tags 'brotli watcher'
RUN go build -buildvcs=false -tags 'brotli,watcher,nobadger,nomysql,nopgx'
WORKDIR /go/src/app
CMD [ "zsh" ]