Skip to content

Commit

Permalink
Configuration API env
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebarros committed Sep 3, 2024
1 parent 11779b9 commit 0cdde02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/docker/docker-entrypoint-ign.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
set -e

APP_FILES_PATH=/opt/catalogue/
CONFIG_FILE_PATH=assets/configuration/
CONFIG_FILE_NAME=default.toml
Expand All @@ -11,4 +13,5 @@ fi

echo "[INFO] docker-entrypoint-ign.sh ended successfully."

exec "$@"
# Start Apache in foreground
/usr/sbin/apachectl -D FOREGROUND

0 comments on commit 0cdde02

Please sign in to comment.