bash script de comandos para levantar la pagina al desarrollar

This commit is contained in:
Ale 2022-09-21 10:02:44 -03:00
parent 4939dbbd83
commit 8284b793d3
1 changed files with 2 additions and 0 deletions

2
dev-start Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/bash
docker-compose up -d && docker-compose exec app npm run watch