File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM openfaas/classic -watchdog:0.18.0 as watchdog
1
+ FROM openfaas/of -watchdog:0.7.2 as watchdog
2
2
3
3
FROM microsoft/powershell:ubuntu-xenial as ship
4
4
@@ -14,7 +14,7 @@ HEALTHCHECK --interval=1s CMD [ -e /tmp/.lock ] || exit 1
14
14
ENV fprocess="pwsh ./server.ps1"
15
15
ENV cgi_headers="true"
16
16
ENV mode="http"
17
- ENV upstream_url="http://127.0.0.1:8081 "
17
+ ENV upstream_url="http://127.0.0.1:8082 "
18
18
19
19
EXPOSE 8080
20
20
CMD ["fwatchdog" ]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Class FunctionResponse{
16
16
}
17
17
18
18
$listener = New-Object System.Net.HttpListener
19
- $listener.Prefixes.Add (" http://*:8081 /" )
19
+ $listener.Prefixes.Add (" http://*:8082 /" )
20
20
$listener.Start ()
21
21
22
22
. " ./function/handler.ps1"
You can’t perform that action at this time.
0 commit comments