Commit Graph

2 Commits

Author SHA1 Message Date
Jared Rossberg
798b25f3e6 Fix dockerfile entrypoint 2021-10-24 14:25:09 -06:00
Timur Khadimullin
703d73cab0
added basic Dockerfile
this config builds a small-ish (141Mb) docker image and allows running the tool via command line:
```
docker build . -t zspotify
docker run --rm -it zspotify
```
2021-10-24 15:22:10 +13:00