5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker-compose up -d
|
|
echo "The app is available at http://localhost:80"
|