mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-26 09:53:17 +01:00
Revert "Merge pull request #107 from jaredrossberg/docker"
This reverts commit898e20dc6d
, reversing changes made to938b647753
.
This commit is contained in:
parent
f60ede3c45
commit
5966bc00b7
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user