Skip to content

Commit

Permalink
Fix file permission for .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrunwald committed Nov 8, 2015
1 parent 8233eb8 commit f66dc92
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 f66dc92

Please sign in to comment.