Commit Graph

5 Commits

Author SHA1 Message Date
jkemming 2c88a5cd56 feat: Improve Docker setup
- Remember credentials between container starts
- Use same uid/gid in container as on host
2021-11-17 21:43:41 +01: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
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