mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
feat: add build tag to skip Watcher support (#1076)
* feat: add build tag to skip Watcher support * fix * fix * cleanup
This commit is contained in:
@@ -78,7 +78,7 @@ WORKDIR /go/src/app
|
||||
COPY . .
|
||||
|
||||
WORKDIR /go/src/app/caddy/frankenphp
|
||||
RUN go build -buildvcs=false -tags 'brotli'
|
||||
RUN go build -buildvcs=false -tags 'brotli watcher'
|
||||
|
||||
WORKDIR /go/src/app
|
||||
CMD [ "zsh" ]
|
||||
|
||||
Reference in New Issue
Block a user