aboutsummaryrefslogtreecommitdiffstats
path: root/docker/entrypoint.sh
diff options
context:
space:
mode:
authorLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-07 14:23:57 +0100
committerLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-07 14:23:57 +0100
commit02000d89159ba171cabbd341139871236f3df386 (patch)
treec1b4806a347fa6e6b224f42eae36011a71e24309 /docker/entrypoint.sh
parentChange database.js so any system folder can be used to keep database files (diff)
downloadferdium-server-02000d89159ba171cabbd341139871236f3df386.tar.gz
ferdium-server-02000d89159ba171cabbd341139871236f3df386.tar.zst
ferdium-server-02000d89159ba171cabbd341139871236f3df386.zip
Revert line which choose DB folder using env. Move Dockerfile to root. Simplify export in entrypoint. Update README
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