mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 03:56:37 +00:00
Push fwatchdog to 0.03-alpha and update
This commit is contained in:
@ -5,7 +5,8 @@ WORKDIR /go/src/app
|
||||
RUN go get -d -v
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o app .
|
||||
|
||||
ADD https://github.com/alexellis/faas/releases/download/v0.1-alpha/fwatchdog /usr/bin
|
||||
|
||||
ADD https://github.com/alexellis/faas/releases/download/v0.3-alpha/fwatchdog /usr/bin
|
||||
RUN chmod +x /usr/bin/fwatchdog
|
||||
# COPY fwatchdog /usr/bin/
|
||||
|
||||
|
3
sample-functions/WebhookStash/build.sh
Executable file
3
sample-functions/WebhookStash/build.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t alexellis2/faas-webhookstash .
|
Reference in New Issue
Block a user