Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renatomefi/5c785fd0b6d8e967bf6b8d6bc2753d86 to your computer and use it in GitHub Desktop.
Save renatomefi/5c785fd0b6d8e967bf6b8d6bc2753d86 to your computer and use it in GitHub Desktop.

./Dockerfile

FROM alpine:3.8

RUN addgroup -g 1000 app \
    && adduser -u 1000 -D -G app app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment