fix:更新Dockerfile
Gitea Action for docker build runtime / build-runtime (push) Successful in 1m56s
Details
Gitea Action for docker build runtime / build-runtime (push) Successful in 1m56s
Details
This commit is contained in:
parent
9bf965587e
commit
2d4e8397ef
|
|
@ -24,7 +24,8 @@ RUN pip install poetry -i https://mirrors.aliyun.com/pypi/simple/ \
|
||||||
# 应用启动
|
# 应用启动
|
||||||
FROM python:3.11-slim
|
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
|
RUN mkdir -p /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue