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
22
33FROM microsoft/powershell:ubuntu-xenial as ship
44
@@ -14,7 +14,7 @@ HEALTHCHECK --interval=1s CMD [ -e /tmp/.lock ] || exit 1
1414ENV fprocess="pwsh ./server.ps1"
1515ENV cgi_headers="true"
1616ENV mode="http"
17- ENV upstream_url="http://127.0.0.1:8081 "
17+ ENV upstream_url="http://127.0.0.1:8082 "
1818
1919EXPOSE 8080
2020CMD ["fwatchdog" ]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Class FunctionResponse{
1616}
1717
1818$listener = New-Object System.Net.HttpListener
19- $listener.Prefixes.Add (" http://*:8081 /" )
19+ $listener.Prefixes.Add (" http://*:8082 /" )
2020$listener.Start ()
2121
2222. " ./function/handler.ps1"
You can’t perform that action at this time.
0 commit comments