provision: Autocreate WissKI Salz Adapter

This commit updates the 'provision_container.sh' script to automatically
create a WissKI Salz Adapter.
This commit is contained in:
Tom Wiesing 2022-07-11 15:04:36 +02:00
parent 5415bc632c
commit 07755aacf5
No known key found for this signature in database
3 changed files with 65 additions and 10 deletions

View file

@ -91,6 +91,7 @@ VOLUME /var/www/data
# Add and configure the entrypoint
ADD scripts/entrypoint.sh /entrypoint.sh
ADD scripts/create_adapter.php /create_adapter.php
ENTRYPOINT [ "/entrypoint.sh" ]
CMD ["apache2-foreground"]