Compose: start dev server in frontend container

This commit is contained in:
2020-02-17 12:40:19 +01:00
parent 56abb2c3c4
commit 2a72ac97ac
3 changed files with 14 additions and 1 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
up:
docker-compose up --build
down:
docker-compose down -v
backend-shell:
docker-compose exec backend /bin/bash
frontend-shell:
docker-compose exec frontend /bin/bash