This commit is contained in:
jeremygan2021
2026-01-10 00:43:54 +08:00
parent dfa17e01be
commit 7a716e7f5e
5 changed files with 45 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
# 接收构建参数 BASE_IMAGE由 docker_deply.sh 传入
ARG BASE_IMAGE=python:3.9-slim
FROM ${BASE_IMAGE}
# FROM docker.m.daocloud.io/python:3.9-slim
# 设置工作目录
WORKDIR /app