lowercase

This commit is contained in:
Sebastian Hugentobler 2020-04-05 13:17:02 +02:00
parent dd1f2c9535
commit 23cc5a971c

View File

@ -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