fix(ci): Docker builds

This commit is contained in:
Kévin Dunglas
2025-07-16 15:36:16 +02:00
parent 0c25b2488c
commit 1da2ba1f28
11 changed files with 42 additions and 28 deletions

View File

@@ -80,10 +80,10 @@ RUN git clone https://github.com/e-dant/watcher . && \
ldconfig
WORKDIR /go/src/app
COPY . .
COPY --link . ./
WORKDIR /go/src/app/caddy/frankenphp
RUN go build -buildvcs=false -tags 'nobadger,nomysql,nopgx'
RUN ../../go.sh build -buildvcs=false
WORKDIR /go/src/app
CMD [ "zsh" ]