Skip to content

Commit

Permalink
feat(docker): run as the the pelias user
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Sep 11, 2018
1 parent 6ad1f1c commit d177a7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ RUN npm install

# run tests
RUN npm test

# run as the pelias user
USER pelias

0 comments on commit d177a7b

Please sign in to comment.