Merge remote-tracking branch 'upstream/main'

This commit is contained in:
dabreadman 2021-11-18 18:07:38 +00:00
commit 2e01228379
2 changed files with 1 additions and 2 deletions

View File

@ -14,6 +14,5 @@ FROM base
COPY --from=builder /install /usr/local
COPY zspotify /app
COPY *zs_config.json /
WORKDIR /app
ENTRYPOINT ["/usr/local/bin/python", "__main__.py"]

View File

@ -65,7 +65,7 @@ Pull the official docker image (automatically updates):
Or build the docker image yourself from the Dockerfile:
docker build -t zspotify .
Create and run a container from the image:
docker run --rm -v "$PWD/ZSpotify Music:/ZSpotify Music" -v "$PWD/ZSpotify Podcasts:/ZSpotify Podcasts" -it zspotify
docker run --rm -u $(id -u):$(id -g) -v "$PWD/zspotify:/app" -v "$PWD/zs_config.json:/zs_config.json" -v "$PWD/ZSpotify Music:/ZSpotify Music" -v "$PWD/ZSpotify Podcasts:/ZSpotify Podcasts" -it zspotify
```
### Google Colab