react-logo/Makefile

11 lines
173 B
Makefile
Raw Normal View History

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