Skip to content

Commit

Permalink
Merge pull request #16 from andygrunwald/fix-file-perm
Browse files Browse the repository at this point in the history
Fix file permission for .env file
  • Loading branch information
djdefi committed Nov 16, 2015
2 parents 8233eb8 + f66dc92 commit 2ec3a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ WORKDIR /var/www/html/

# copy the various nginx and supervisor conf (to handle both fpm and nginx)
COPY docker/.env.docker /var/www/html/.env
RUN chown www-data /var/www/html/.env

COPY docker/crontab /etc/cron.d/artisan-schedule
RUN chmod 0644 /etc/cron.d/artisan-schedule &&\
Expand Down

0 comments on commit 2ec3a6b

Please sign in to comment.