mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 22:17:26 +01:00
8 lines
143 B
Bash
8 lines
143 B
Bash
(
|
|
cd $(dirname $(readlink -f ${0}))/../;
|
|
cp -v .env.dist docker-symfony/.env;
|
|
cd docker-symfony;
|
|
docker-compose build;
|
|
docker-compose up -d;
|
|
)
|