Skip to content

Commit d4cdd62

Browse files
committed
🐛 修复漏洞
1 parent e8195f9 commit d4cdd62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
FROM 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
66
LABEL org.opencontainers.image.licenses MIT
77
LABEL org.opencontainers.image.title python-openbmclapi
88

9-
WORKDIR /python-openbmclapi
9+
WORKDIR /opt/python-openbmclapi
1010
ADD . .
1111

1212
RUN pip install -r requirements.txt --no-deps
13-
VOLUME /python-openbmclapi/bmclapi
13+
VOLUME /opt/python-openbmclapi/bmclapi
1414
ENV port=80
1515
EXPOSE $port
1616
CMD ["python", "./main.py"]

0 commit comments

Comments
 (0)