mirror of
https://github.com/openfaas/faas.git
synced 2025-06-15 19:56:47 +00:00
11 lines
262 B
PowerShell
11 lines
262 B
PowerShell
cd watchdog
|
|
|
|
del watchdog.exe
|
|
|
|
docker build -t alexellis2/watchdog:windows . -f .\Dockerfile.win
|
|
|
|
docker create --name watchdog alexellis2/watchdog:windows cmd
|
|
|
|
& docker cp watchdog:/go/src/github.com/alexellis/faas/watchdog/watchdog.exe .
|
|
docker rm -f watchdog
|