specified volume mount in Docker image
This commit is contained in:
parent
c8d414646e
commit
9519761024
1 changed files with 3 additions and 0 deletions
|
@ -6,4 +6,7 @@ WORKDIR /app
|
||||||
RUN apk --no-cache add gcc libc-dev \
|
RUN apk --no-cache add gcc libc-dev \
|
||||||
&& pip3 install .
|
&& pip3 install .
|
||||||
|
|
||||||
|
VOLUME ["/data"]
|
||||||
|
WORKDIR /data
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/spodcast"]
|
ENTRYPOINT ["/usr/local/bin/spodcast"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue