mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 10:26:32 +00:00
Switch from local binary to ADD via release page
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
FROM alpine:latest
|
||||
RUN apk --update add nodejs
|
||||
COPY ./fwatchdog /usr/bin/
|
||||
|
||||
ADD https://github.com/alexellis/faas/releases/download/v0.1-alpha/fwatchdog /usr/bin
|
||||
RUN chmod +x /usr/bin/fwatchdog
|
||||
|
||||
COPY package.json .
|
||||
COPY handler.js .
|
||||
|
Reference in New Issue
Block a user