Skip to content

Commit

Permalink
chore(docker): run as spinnaker (#5111)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander authored Apr 4, 2018
1 parent 28b568e commit b600f57
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,6 +6,10 @@ COPY docker /opt/deck/docker

WORKDIR /opt/deck

RUN useradd -m spinnaker -U

USER spinnaker

RUN docker/setup-apache2.sh

CMD docker/run-apache2.sh

0 comments on commit b600f57

Please sign in to comment.