Build all functions via script, push to 0.5 watchdog

This commit is contained in:
Alex
2017-03-28 19:47:52 +01:00
parent 4650777823
commit fdd0ef4b27
10 changed files with 25 additions and 9 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:latest
RUN apk --update add nodejs
ADD https://github.com/alexellis/faas/releases/download/v0.3-alpha/fwatchdog /usr/bin
ADD https://github.com/alexellis/faas/releases/download/v0.5-alpha/fwatchdog /usr/bin
RUN chmod +x /usr/bin/fwatchdog
COPY package.json .