1.0.0 beta

This commit is contained in:
2020-03-10 18:52:30 -07:00
parent 691d54ee3e
commit c4ef8d0e96
13 changed files with 302 additions and 85 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" .