3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
|
#!/usr/bin/bash
|
||
|
docker-compose up -d && docker-compose exec app npm run watch
|