mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
9 lines
117 B
Makefile
9 lines
117 B
Makefile
|
|
build:
|
||
|
|
docker-compose build
|
||
|
|
|
||
|
|
py-shell:
|
||
|
|
docker-compose run package ipython
|
||
|
|
|
||
|
|
shell:
|
||
|
|
docker-compose run package bash
|