fix: use user 'node' in Node.js image

Fixes #17
This commit is contained in:
Karl-Philipp Wulfert
2019-05-21 16:36:35 +02:00
parent c0058f9c29
commit 0c8aa7257a

View File

@@ -2,4 +2,6 @@ FROM node:10-alpine
RUN apk update && apk add git
USER node
CMD []