fix:更新Dockerfile
Gitea Action for docker build runtime / build-runtime (push) Successful in 1m56s Details

This commit is contained in:
chenwj113 2024-06-11 17:36:34 +08:00
parent 9bf965587e
commit 2d4e8397ef
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ RUN pip install poetry -i https://mirrors.aliyun.com/pypi/simple/ \
# 应用启动
FROM python:3.11-slim
COPY --from=build /install /usr/local
# COPY --from=build /install /usr/local/
COPY --from=build /install/*/lib/python3.11/ /usr/local/lib/python3.11/
RUN mkdir -p /app