File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11FROM python:3.12
22
3- LABEL org.opencontainers.image.url https://github.com/tianxiu2b2t/python-openbmclapi
4- LABEL org.opencontainers.image.source https://github.com/tianxiu2b2t /python-openbmclapi
5- LABEL org.opencontainers.image.vendor tianxiu2b2t
3+ LABEL org.opencontainers.image.url https://home.ttb-network.top/
4+ LABEL org.opencontainers.image.source https://github.com/TTB-Network /python-openbmclapi
5+ LABEL org.opencontainers.image.vendor TTB-Network
66LABEL org.opencontainers.image.licenses MIT
77LABEL org.opencontainers.image.title python-openbmclapi
88
9- WORKDIR /python-openbmclapi
9+ WORKDIR /opt/ python-openbmclapi
1010ADD . .
1111
1212RUN pip install -r requirements.txt --no-deps
13- VOLUME /python-openbmclapi/bmclapi
13+ VOLUME /opt/ python-openbmclapi/bmclapi
1414ENV port=80
1515EXPOSE $port
1616CMD ["python" , "./main.py" ]
You can’t perform that action at this time.
0 commit comments