feat(Dockerfile): 修改 base image 为 python-env
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
修改 base image 为 python-env Signed-off-by: Ching <loooching@gmail.com>
This commit is contained in:
parent
bcba73c446
commit
d988b700f4
@ -1,5 +1,5 @@
|
|||||||
# 使用自定义 Docker Registry 中的官方 Python 镜像作为基础镜像
|
# 使用自定义 Docker Registry 中的官方 Python 镜像作为基础镜像
|
||||||
FROM git.tunpok.com/ching/python:3.10-alpine
|
FROM git.tunpok.com/ching/python-env:latest
|
||||||
|
|
||||||
# 设置工作目录
|
# 设置工作目录
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user