Skip to content

Instantly share code, notes, and snippets.

@mzvast
Created February 24, 2016 06:58
Show Gist options
  • Save mzvast/9108061a1aa8079d77d7 to your computer and use it in GitHub Desktop.
Save mzvast/9108061a1aa8079d77d7 to your computer and use it in GitHub Desktop.
drupal7 docker image with write permission
FROM drupal:7
MAINTAINER mzvast <mzvast@gmail.com>
RUN usermod -u 1000 www-data
RUN usermod -G staff www-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment