Skip to content

Commit

Permalink
Fix group for Node
Browse files Browse the repository at this point in the history
See #41 for more details. Before: added GEO data for user, after
adds group to user.

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Jul 6, 2018
1 parent 79f7d4b commit 0be5922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:8.9.1-alpine

RUN addgroup -S app && adduser -S -g app app
RUN addgroup -S app && adduser app -S -G app

# Alternatively use ADD https:// (which will not be cached by Docker builder)
RUN apk --no-cache add curl \
Expand Down

0 comments on commit 0be5922

Please sign in to comment.