mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 23:03:24 +00:00
Build all functions via script, push to 0.5 watchdog
This commit is contained in:
@ -6,7 +6,7 @@ EXPOSE 8080
|
||||
ENV http_proxy ""
|
||||
ENV https_proxy ""
|
||||
|
||||
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 fwatchdog /usr/bin/
|
||||
|
||||
|
Reference in New Issue
Block a user