Remove start and stop scripts
This commit is contained in:
parent
982d282b28
commit
c9e3915484
2 changed files with 0 additions and 12 deletions
|
@ -1,6 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
docker-compose up -d
|
||||
symfony server:start -d
|
|
@ -1,6 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
symfony server:stop
|
||||
docker-compose down
|
Loading…
Add table
Add a link
Reference in a new issue