Created
November 6, 2015 14:30
-
-
Save tuki0918/0b717de78e9aae74c95e to your computer and use it in GitHub Desktop.
Dockerfile / php:5.6-apache error Permission denied
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM php:5.6-apache | |
RUN a2enmod rewrite | |
RUN usermod -u 1000 www-data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ref: https://hub.docker.com/r/occitech/cakephp/~/dockerfile/