Add prepare-app.sh

This commit is contained in:
Danylo Kunak 2025-03-17 18:58:49 +00:00
commit 89dfc98fb1

6
prepare-app.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
echo "Preparing applications..."
docker volume create pgdata
docker-compose build
echo "The application is ready!"