mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 06:43:23 +00:00
Add auto-refresh to UI
This commit is contained in:
@ -2,11 +2,11 @@ FROM alpine:latest
|
||||
|
||||
WORKDIR /root/
|
||||
|
||||
COPY gateway .
|
||||
COPY assets assets
|
||||
|
||||
EXPOSE 8080
|
||||
ENV http_proxy ""
|
||||
ENV https_proxy ""
|
||||
|
||||
COPY gateway .
|
||||
COPY assets assets
|
||||
|
||||
CMD ["./gateway"]
|
||||
|
Reference in New Issue
Block a user