3 lines
74 B
Bash
3 lines
74 B
Bash
#!/bin/bash
|
|
docker compose up -d
|
|
echo "Running at http://localhost:8080" |
#!/bin/bash
|
|
docker compose up -d
|
|
echo "Running at http://localhost:8080" |