Skip to content

Commit 5373bfb

Browse files
committed
Merge branch 'main_upstream' into feature/i18n
# Conflicts: # Dockerfile
2 parents 74933fa + 3e692a6 commit 5373bfb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ COPY requirements.txt .
1313
# 安装依赖
1414
RUN pip install --no-cache-dir -r requirements.txt
1515

16-
COPY biz .
17-
COPY core .
18-
COPY locales .
19-
COPY api.py .
20-
COPY ui.py .
16+
COPY biz ./biz
17+
COPY core ./core
18+
COPY locales ./locales
19+
COPY api.py ./api.py
20+
COPY ui.py ./ui.py
2121
RUN mkdir -p log data
2222

2323
# 暴露 Flask 和 Streamlit 的端口

0 commit comments

Comments
 (0)