Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit620a965

Browse files
authored
Merge pull request#126 from 3293406747/qingdev
优化代码结构
2 parentsaf32f32 +d303ebd commit620a965

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎Dockerfile‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# site-packages/iniconfig/__init__.py中编码问题未解决
21
FROM python:3.10-alpine
32

43
WORKDIR /src
54

65
COPY ../ ./
76

8-
RUN chmod ugo+x start.sh && pip install -r requirements_dev.txt
7+
# current pytest lasted version 7.3.1
8+
RUN chmod ugo+x ./debug/start.sh \
9+
&& pip install -r requirements_dev.txt \
10+
&& sed -i'113s/ encoding: str = "utf-8",/ encoding: str = "gbk",/''/usr/local/lib/python3.10/site-packages/iniconfig/__init__.py'
911

1012
ENTRYPOINT sh ./debug/start.sh

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp