2019-01-05 11:58:41 +01:00

3 lines
91 B
Bash

#!/bin/bash
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose up -d)