diff --git a/app/composer.json b/app/composer.json
index 38a297aa9e8208ca0769394455309098e1c2fb37..a8aa416c69d25766564e0567f74c5f575e1f853a 100644
--- a/app/composer.json
+++ b/app/composer.json
@@ -53,7 +53,10 @@
     "config": {
         "preferred-install": "dist",
         "sort-packages": true,
-        "optimize-autoloader": true
+        "optimize-autoloader": true,
+        "allow-plugins": {
+            "kylekatarnls/update-helper": true
+        }
     },
     "minimum-stability": "dev",
     "prefer-stable": true
diff --git a/build/fpm/entrypoint.sh b/build/fpm/entrypoint.sh
index 18e05c52f43bdf6482a8bd35818e842a04bda2fd..2f70c5c5048bfac1800e6d1688e210bb4078415a 100644
--- a/build/fpm/entrypoint.sh
+++ b/build/fpm/entrypoint.sh
@@ -7,8 +7,6 @@ _term() {
 
 trap _term SIGTERM
 
-cd ~
-
 if [ ! -f .env ]
 then
   pwd