3 Commits

Author SHA1 Message Date
el-gringo-alto
25740d9589 Revert "Merge pull request #107 from jaredrossberg/docker"
This reverts commit 898e20dc6dbfeca3c52cfc157f000af84c281a06, reversing
changes made to 938b64775383586e86c9a357097292487cbccc6d.
2021-10-24 21:29:26 -04:00
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