From 23cc5a971cf67c0833cda1e6c368485c636ef5d7 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sun, 5 Apr 2020 13:17:02 +0200 Subject: [PATCH] lowercase --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index cadee92..665f0be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,8 @@ RUN apk add --no-cache \ bash \ python3 +ENV NODE_ENV=production + # to get around errors from differing stack sizes in musl # https://wiki.musl-libc.org/functional-differences-from-glibc.html#Thread_stack_size RUN npm config set unsafe-perm true