Skip to content

Commit

Permalink
init shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsamofalov committed Apr 26, 2020
1 parent 7957364 commit f3c915f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
docker-compose up -d
docker exec -it web composer install
docker exec -it web php vendor/phalcon/devtools/phalcon.php migration run

0 comments on commit f3c915f

Please sign in to comment.