Skip to content

Commit 743915e

Browse files
committed
Add app user
1 parent d16258f commit 743915e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ RUN npm install -g mrb/ember-watson.git#95387b7
99

1010
COPY . /usr/src/app
1111

12+
RUN adduser -u 9000 -D app
13+
USER app
14+
1215
CMD ["/usr/src/app/bin/codeclimate-watson"]

0 commit comments

Comments
 (0)