Skip to content

Commit

Permalink
chore(docker): run as spinnaker (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander committed Apr 4, 2018
1 parent 2529e5d commit b7a3d86
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 ./gate-web/build/install/gate /opt/gate

RUN apk --nocache add --update bash

RUN useradd -m spinnaker -U

USER spinnaker

CMD ["/opt/gate/bin/gate"]

0 comments on commit b7a3d86

Please sign in to comment.