improve docker

This commit is contained in:
xiaomlove
2025-04-28 20:21:32 +07:00
parent b43b1058c6
commit 695cde1670
10 changed files with 153 additions and 96 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM openresty/openresty:alpine
# 安装基础依赖
RUN apk add --no-cache gettext bash
RUN apk add --no-cache gettext bash curl openssl socat
# 拷贝 entrypoint
COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh