feat:加入健康检查
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# 安装 curl 用于健康检查
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
COPY dist/ /usr/share/nginx/html/
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user