mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 06:27:24 +01:00
7 lines
157 B
Bash
7 lines
157 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$(readlink -f "${0}")")/" &&
|
|
bash ./copy-configuration.sh &&
|
|
cd ../docker-symfony &&
|
|
docker-compose build &&
|
|
docker-compose up -d
|