7 lines
74 B
Bash
Executable file
7 lines
74 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
docker-compose up -d
|
|
symfony server:start -d
|