mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2025-12-19 15:41:58 +00:00
Revert "Merge pull request #107 from jaredrossberg/docker"
This reverts commit898e20dc6d, reversing changes made to938b647753.
This commit is contained in:
@@ -16,4 +16,4 @@ COPY --from=builder /install /usr/local
|
|||||||
COPY src /app
|
COPY src /app
|
||||||
COPY zs_config.json /
|
COPY zs_config.json /
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ENTRYPOINT ["/usr/local/bin/python", "__main__.py"]
|
ENTRYPOINT ["/usr/local/bin/python", "app.py"]
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ Options that can be configured in zs_config.json:
|
|||||||
|
|
||||||
### Docker Usage
|
### Docker Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
Build the docker image from the Dockerfile:
|
Build the docker image from the Dockerfile:
|
||||||
docker build -t zspotify .
|
docker build -t zspotify .
|
||||||
Create and run a container from the image:
|
Create and run a container from the image:
|
||||||
|
|||||||
Reference in New Issue
Block a user