mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 08:25:03 +00:00
6 lines
155 B
Docker
6 lines
155 B
Docker
FROM openfaas/watchdog:build as build
|
|
FROM scratch
|
|
|
|
ARG PLATFORM
|
|
|
|
COPY --from=build /go/src/github.com/openfaas/faas/watchdog/watchdog$PLATFORM ./fwatchdog |