Skip to content

Commit

Permalink
chore: disable default app user for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey committed Jun 22, 2018
1 parent 2b59951 commit 2b7d1a9
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 @@ -26,6 +26,7 @@ COPY --from=builder /app/bin /app/bin
COPY --from=builder /app/version.json /app

WORKDIR /app
USER app
# XXX: ensure we no longer bind to privileged ports and re-enable this later
#USER app

CMD ["/app/bin/autopush_rs"]

0 comments on commit 2b7d1a9

Please sign in to comment.