match4everyone / match4everything

Other
7 stars 0 forks source link

Create DB and delete script not working in docker #222

Closed maltezacharias closed 3 years ago

maltezacharias commented 3 years ago

If running the ./scripts/delete_db_and_setup.sh scripts as shown in the docs it doesn't currently work in the docker environment. Docker will run in /backend while the script expects to run one directory above backend. The docker-compose command needs to be invoked with -w / to set the working dir to root, one level above /backend where the app is installed.