Add base code for REST API using Flask
This commit is contained in:
parent
0be947b3d1
commit
2da6e43797
12 changed files with 266 additions and 14 deletions
2
Makefile
2
Makefile
|
|
@ -40,7 +40,7 @@ docker-logs:
|
|||
|
||||
.PHONY: docker-run
|
||||
docker-run:
|
||||
$(DOCKER_RUN) "$(CMD)"
|
||||
$(DOCKER_RUN) $(CMD)
|
||||
|
||||
.PHONY: docker-shell
|
||||
docker-shell:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue