Skip to content

Instantly share code, notes, and snippets.

@tuxerrante
Last active March 30, 2022 09:36
Show Gist options
  • Save tuxerrante/08bb3fc42dc93f3563a3e89833d4a443 to your computer and use it in GitHub Desktop.
Save tuxerrante/08bb3fc42dc93f3563a3e89833d4a443 to your computer and use it in GitHub Desktop.
FROM ubuntu
COPY my_app/ /app
RUN set -x &&\
addgroup alex &&\
adduser --home /app --disabled-password --ingroup alex alex
USER alex
WORKDIR /app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment