mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-05 20:41:34 +01:00
8 lines
135 B
Bash
8 lines
135 B
Bash
(
|
|
cd $(dirname $(readlink -f ${0}))/;
|
|
bash ./copy-configuration.sh
|
|
cd ../docker-symfony;
|
|
docker-compose build;
|
|
docker-compose up -d;
|
|
)
|