Commit Graph

6 Commits

Author SHA1 Message Date
el-gringo-alto
d69fb8e754 Merge branch 'main' into argument-parsing 2021-10-28 02:01:15 -04:00
LeithC
9f841bf00f
Modified zs_config.json to only copy if exists
If zs_config.json does not exist it no longer forces a copy of the file.
2021-10-25 16:54:38 +10:30
logykk
c4ff812ac3 change docker dir from src to zspotify 2021-10-25 14:59:40 +13:00
el-gringo-alto
25740d9589 Revert "Merge pull request #107 from jaredrossberg/docker"
This reverts commit 898e20dc6d, reversing
changes made to 938b647753.
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