mirror of
https://github.com/openfaas/faas.git
synced 2025-06-30 02:33:29 +00:00
* Add Windows Dockerfile.win * Create appveyor.yml * Create build.ps1 * Port Golang example to Windows
7 lines
222 B
PowerShell
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 .
|