1.0.0 beta
This commit is contained in:
4
Makefile
4
Makefile
@@ -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" .
|
||||
|
||||
Reference in New Issue
Block a user