Skip to content

Instantly share code, notes, and snippets.

@saml
Created March 11, 2020 21:37
Show Gist options
  • Save saml/3d1054051ba8fef766334013afd8c855 to your computer and use it in GitHub Desktop.
Save saml/3d1054051ba8fef766334013afd8c855 to your computer and use it in GitHub Desktop.
dockerfile uid gid fix
ARG UID
RUN usermod -u $UID www-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment