Make theme configurable from config module (#409)

Add symlink to bower_components in Docker dev environment (#616)
Move header_debug content back into header view
This commit is contained in:
jekkos
2016-08-10 18:58:17 +02:00
parent 75567b9620
commit 059ec54c72
50 changed files with 45311 additions and 42471 deletions

View File

@@ -1,6 +1,7 @@
FROM jekkos/opensourcepos:master
MAINTAINER jekkos
RUN mkdir -p /app/bower_components && ln -s /app/bower_components /var/www/html/bower_components
RUN yes | pecl install xdebug \
&& echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini \
&& echo "xdebug.remote_enable=on" >> /usr/local/etc/php/conf.d/xdebug.ini \