2 lines
78 B
Bash
Executable file
2 lines
78 B
Bash
Executable file
#!/usr/bin/bash
|
|
docker-compose up -d && docker-compose exec app npm run watch
|