Add prepare-app.sh
This commit is contained in:
commit
89dfc98fb1
6
prepare-app.sh
Normal file
6
prepare-app.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Preparing applications..."
|
||||
docker volume create pgdata
|
||||
docker-compose build
|
||||
echo "The application is ready!"
|
Loading…
Reference in New Issue
Block a user