parent
4303388826
commit
bd2d92a625
@ -1,10 +1,14 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
|
EXPOSE 6767
|
||||||
|
VOLUME /bazarr
|
||||||
|
|
||||||
|
WORKDIR /bazarr
|
||||||
|
|
||||||
# Update
|
# Update
|
||||||
RUN apk add --update python py-pip
|
RUN apk add --update python py-pip
|
||||||
|
|
||||||
# Install app dependencies
|
# Install app dependencies
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
EXPOSE 6767
|
CMD ["python", "/bazarr/bazarr.py"]
|
||||||
CMD ["python", "/src/bazarr.py"]
|
|
Loading…
Reference in new issue