Files
faas/watchdog/build.ps1
Alex Ellis 1eaf13c6c8 Windows port - spike (#66)
* Add Windows Dockerfile.win
* Create appveyor.yml
* Create build.ps1
* Port Golang example to Windows
2017-04-27 09:12:15 +01:00

7 lines
222 B
PowerShell

pwd
cd watchdog
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 .