Skip to content

Commit 4858c68

Browse files
committed
chore: 测试 Github action for docker
1 parent d84f823 commit 4858c68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.1ms.run/library/python:3.12
1+
FROM python:3.12
22

33
LABEL org.opencontainers.image.url https://python-openbmclapi.ttb-network.top/
44
LABEL org.opencontainers.image.source https://github.com/TTB-Network/python-openbmclapi
@@ -9,7 +9,6 @@ LABEL org.opencontainers.image.title python-openbmclapi
99
WORKDIR /opt/python-openbmclapi
1010
ADD . .
1111

12-
RUN pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
1312
RUN pip install -r requirements.txt
1413
EXPOSE 6543
1514
CMD ["python", "./main.py"]

0 commit comments

Comments
 (0)