initial
This commit is contained in:
15
Makefile
Normal file
15
Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
export PYTHONPATH =: $(PWD)
|
||||
|
||||
default: docker
|
||||
|
||||
peinstall:
|
||||
pipenv install --python $(shell which python3)
|
||||
|
||||
serve:
|
||||
pipenv run python ./bin/tvidd
|
||||
|
||||
clean:
|
||||
rm -rf build dist tvid.egg-info
|
||||
|
||||
docker:
|
||||
docker build --build-arg UBUNTU_MIRROR="http://ubuntu.datavi.be/ubuntu" .
|
||||
Reference in New Issue
Block a user