mirror of
https://github.com/openfaas/faas.git
synced 2025-06-19 20:46:41 +00:00
Fix issue in watchdog - not reading false config overrides.
This commit is contained in:
@ -6,7 +6,8 @@ RUN go get -d -v
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o app .
|
||||
|
||||
|
||||
ADD https://github.com/alexellis/faas/releases/download/v0.5-alpha/fwatchdog /usr/bin
|
||||
ADD https://github.com/alexellis/faas/releases/download/0.5.1-alpha/fwatchdog /usr/bin
|
||||
|
||||
RUN chmod +x /usr/bin/fwatchdog
|
||||
# COPY fwatchdog /usr/bin/
|
||||
|
||||
|
Reference in New Issue
Block a user