mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 15:06:51 +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
|