mirror of
https://github.com/openfaas/faas.git
synced 2025-06-25 00:03:24 +00:00
Fix issue in watchdog - not reading false config overrides.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
# Below makes use of "builder pattern" so that binary is extracted separate
|
||||
# from the golang runtime/SDK
|
||||
|
||||
docker build --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy \
|
||||
docker build --no-cache --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy \
|
||||
-t functions/watchdog:build .
|
||||
docker create --name buildoutput functions/watchdog:build echo
|
||||
docker cp buildoutput:/go/src/github.com/alexellis/faas/watchdog/watchdog ./fwatchdog
|
||||
|
Reference in New Issue
Block a user