Skip to content

Commit

Permalink
chore(docker): alpine-specific adduser (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander committed Apr 4, 2018
1 parent 483b800 commit a6eef8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ COPY ./front50-web/build/install/front50 /opt/front50

RUN apk --nocache add --update bash

RUN adduser -D -S spinnaker

USER spinnaker

CMD ["/opt/front50/bin/front50"]

0 comments on commit a6eef8d

Please sign in to comment.