- Launch a container with a database with:
docker compose up- Make app-launch.sh script executable with:
chmod +x app-launch.sh- Run an app-launch script with:
./app-launch.sh- Make launch-tests.sh script executable with:
chmod +x launch-tests.sh- Run an launch-tests script with:
./launch-tests.sh