aboutsummaryrefslogtreecommitdiffstats
path: root/docker/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/entrypoint.sh')
-rwxr-xr-xdocker/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh
index cb0dd0f..667196e 100755
--- a/docker/entrypoint.sh
+++ b/docker/entrypoint.sh
@@ -33,7 +33,7 @@ elif [ -f "/config/FERDI_APP_KEY.txt" ];
33 echo "**** App Key set to $APP_KEY you can modify FERDI_APP_KEY.txt to update your key ****" 33 echo "**** App Key set to $APP_KEY you can modify FERDI_APP_KEY.txt to update your key ****"
34fi 34fi
35 35
36export APP_KEY=$APP_KEY 36export APP_KEY
37 37
38node ace migration:run --force 38node ace migration:run --force
39 39