Skip to content

Commit

Permalink
Merge pull request atmos#101 from marcosdiez/master
Browse files Browse the repository at this point in the history
Run as user nobody inside of the docker container
  • Loading branch information
atmos committed Mar 9, 2016
2 parents 16a185c + 625b14b commit e6e9f04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ RUN npm install
ADD server.js /app/
ADD mime-types.json /app/

expose 8081
EXPOSE 8081
USER nobody
CMD nodejs server.js

0 comments on commit e6e9f04

Please sign in to comment.