provision.sh: Update trusted host patterns

This commit is contained in:
Tom Wiesing 2022-07-12 15:23:46 +02:00
parent 18c4957e30
commit a4b8f09a8a
No known key found for this signature in database
7 changed files with 11 additions and 5 deletions

View file

@ -91,12 +91,13 @@ 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"]
# Add the provision script
# Add the provision script and WissKI utils
ADD scripts/provision_container.sh /provision_container.sh
ADD wisskiutils/ /wisskiutils
# Add the user_shell.sh
ADD scripts/user_shell.sh /user_shell.sh