|
@@ -11,10 +11,11 @@ RUN chmod 0600 /opt/keys/*; \
|
|
app/config/bundles/hwi/oauth-bundle/parameters.yml \
|
|
app/config/bundles/hwi/oauth-bundle/parameters.yml \
|
|
app/config/bundles/ik/webservice-bundle/parameters.yml; \
|
|
app/config/bundles/ik/webservice-bundle/parameters.yml; \
|
|
composer install --no-scripts --no-interaction; \
|
|
composer install --no-scripts --no-interaction; \
|
|
- cp app/config/parameters.yml.docker app/config/parameters.yml ;\
|
|
|
|
- cp app/config/bundles/hwi/oauth-bundle/parameters.yml.docker app/config/bundles/hwi/oauth-bundle/parameters.yml ;\
|
|
|
|
- cp app/config/bundles/ik/webservice-bundle/parameters.yml.docker app/config/bundles/ik/webservice-bundle/parameters.yml ;\
|
|
|
|
|
|
+ cp app/config/parameters.yml.dist app/config/parameters.yml ;\
|
|
|
|
+ cp app/config/bundles/hwi/oauth-bundle/parameters.yml.dist app/config/bundles/hwi/oauth-bundle/parameters.yml ;\
|
|
|
|
+ cp app/config/bundles/ik/webservice-bundle/parameters.yml.dist app/config/bundles/ik/webservice-bundle/parameters.yml ;\
|
|
cp app/config/bundles/ik/base-admin-bundle/parameters.yml.dist app/config/bundles/ik/base-admin-bundle/parameters.yml; \
|
|
cp app/config/bundles/ik/base-admin-bundle/parameters.yml.dist app/config/bundles/ik/base-admin-bundle/parameters.yml; \
|
|
|
|
+ cp app/config/bundles/ik/audit-bundle/parameters.yml.dist ./app/config/bundles/ik/audit-bundle/parameters.yml; \
|
|
apt-get update && apt-get install -yq gdal-bin; \
|
|
apt-get update && apt-get install -yq gdal-bin; \
|
|
mkdir -p /run/php; \
|
|
mkdir -p /run/php; \
|
|
sed -i 's#listen = /run/php/php7.0-fpm.sock#listen = /run/php/stats.sock#g' /etc/php/7.0/fpm/pool.d/www.conf; \
|
|
sed -i 's#listen = /run/php/php7.0-fpm.sock#listen = /run/php/stats.sock#g' /etc/php/7.0/fpm/pool.d/www.conf; \
|