🎉 init
This commit is contained in:
commit
7bf48daab5
10 changed files with 297 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
fmt:
|
||||
black .
|
||||
|
||||
clean:
|
||||
fd pycache -I -x rm -rv {}
|
||||
|
||||
restart:
|
||||
docker-compose down
|
||||
docker-compose build
|
||||
docker-compose up -d
|
Loading…
Add table
Add a link
Reference in a new issue