Rodja Trappe 1 gadu atpakaļ
vecāks
revīzija
99a96731b4
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      docker-entrypoint.sh

+ 0 - 1
docker-entrypoint.sh

@@ -29,6 +29,5 @@ fi
 if [ -d "/usr/local/share/fonts" ]; then
   chmod -R 777 /usr/local/share/fonts
 fi
-cd /app
 # Switch to appuser and execute the Docker CMD or passed in command-line arguments.
 exec gosu appuser "$@"