Skip to content

Commit

Permalink
Remove log prefix from node12 template
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Feb 13, 2021
1 parent 4d5d8bb commit 820dc72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/node12/Dockerfile
@@ -1,4 +1,4 @@
FROM --platform=${TARGETPLATFORM:-linux/amd64} openfaas/of-watchdog:0.7.2 as watchdog
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.8.3 as watchdog
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:12-alpine as ship

ARG TARGETPLATFORM
Expand Down Expand Up @@ -59,6 +59,7 @@ ENV upstream_url="http://127.0.0.1:3000"
ENV exec_timeout="10s"
ENV write_timeout="15s"
ENV read_timeout="15s"
ENV prefix_logs="false"

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

Expand Down

0 comments on commit 820dc72

Please sign in to comment.