Skip to content

Commit

Permalink
added config generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuder committed Feb 2, 2023
1 parent 59e81b6 commit 4e6ee36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/docker_entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh
set -e

function printBanner {
echo "..., Doc. Are You Telling Me You Built A Time Machine...Out Of PHP?";
function install {
php /opt/unibe-eco-enrolment-orchestrator-orbital/app/cli/createEnrolmentConfiguration.php
}

printBanner
install
flux-eco-http-synapse.start

0 comments on commit 4e6ee36

Please sign in to comment.