Skip to content

Commit

Permalink
777 perms for extension public dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rossriley committed May 12, 2016
1 parent b61eb06 commit 64bbd98
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 @@ -48,6 +48,7 @@ RUN cd /var/www/ && vendor/bin/nut database:update
RUN cd /var/www/ && vendor/bin/nut user:add admin Admin [email protected] password root
RUN mkdir -p /var/www/public/theme
RUN mkdir -p /var/www/public/extensions
RUN chmod -R 0777 /var/www/public/extensions
RUN ln -sf /var/www/vendor/bolt/bolt/theme/base-2016 /var/www/public/theme/base-2016
RUN ln -sf /var/www/vendor/bolt/bolt/theme /var/www/theme

Expand Down

0 comments on commit 64bbd98

Please sign in to comment.