Skip to content

Commit af4f2e2

Browse files
committed
Adiciona Makefile
1 parent 6c0e452 commit af4f2e2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.PHONY: run
2+
3+
run:
4+
docker-compose up
5+
6+
run-debug:
7+
docker-compose run --services-ports pythonrio
8+
9+
migrate:
10+
docker-compose exec pythonrio python3 manage.py migrate
11+

0 commit comments

Comments
 (0)