1.0.0 beta

This commit is contained in:
2020-03-10 18:52:30 -07:00
parent 691d54ee3e
commit 79e1f6e9e3
16 changed files with 343 additions and 87 deletions

View File

@@ -7,11 +7,11 @@ default: docker
peinstall:
pipenv install --python $(shell which python3)
serve:
develop:
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" .
docker build -t sneak/tvid --build-arg UBUNTU_MIRROR="http://ubuntu.datavi.be/ubuntu" .