Añadir z1/start-app.sh
This commit is contained in:
parent
b066ef2c64
commit
aff49429f6
8
z1/start-app.sh
Normal file
8
z1/start-app.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "Running app..."
|
||||
|
||||
docker compose up -d
|
||||
|
||||
echo "The app is available at http://localhost:8080"
|
||||
Loading…
Reference in New Issue
Block a user