Skip to content

Instantly share code, notes, and snippets.

@tuki0918
Created November 6, 2015 14:30
Show Gist options
  • Save tuki0918/0b717de78e9aae74c95e to your computer and use it in GitHub Desktop.
Save tuki0918/0b717de78e9aae74c95e to your computer and use it in GitHub Desktop.
Dockerfile / php:5.6-apache error Permission denied
FROM php:5.6-apache
RUN a2enmod rewrite
RUN usermod -u 1000 www-data
@tuki0918
Copy link
Author

tuki0918 commented Nov 6, 2015

@tuki0918
Copy link
Author

tuki0918 commented Nov 6, 2015

@tuki0918
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment