Commit Graph

3 Commits

Author SHA1 Message Date
logykk c4ff812ac3 change docker dir from src to zspotify 2021-10-25 14:59:40 +13: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