Skip to content

Commit 820dc72

Browse files
committed
Remove log prefix from node12 template
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 4d5d8bb commit 820dc72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/node12/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${TARGETPLATFORM:-linux/amd64} openfaas/of-watchdog:0.7.2 as watchdog
1+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.8.3 as watchdog
22
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:12-alpine as ship
33

44
ARG TARGETPLATFORM
@@ -59,6 +59,7 @@ ENV upstream_url="http://127.0.0.1:3000"
5959
ENV exec_timeout="10s"
6060
ENV write_timeout="15s"
6161
ENV read_timeout="15s"
62+
ENV prefix_logs="false"
6263

6364
HEALTHCHECK --interval=3s CMD [ -e /tmp/.lock ] || exit 1
6465

0 commit comments

Comments
 (0)