Skip to content

Commit

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

RUN apk --nocache add --update bash

RUN useradd -m spinnaker -U

USER spinnaker

CMD ["/opt/echo/bin/echo"]

0 comments on commit b7a377f

Please sign in to comment.