Remove start and stop scripts

This commit is contained in:
Oliver Davies 2020-05-20 20:57:46 +01:00
parent 982d282b28
commit c9e3915484
2 changed files with 0 additions and 12 deletions

View file

@ -1,6 +0,0 @@
#!/usr/bin/env bash
set -e
docker-compose up -d
symfony server:start -d

View file

@ -1,6 +0,0 @@
#!/usr/bin/env bash
set -e
symfony server:stop
docker-compose down