change docker CONTEXT

This commit is contained in:
xiaomlove
2026-04-28 03:04:51 +07:00
parent 1372776ba1
commit f823dc191a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ FROM openresty/openresty:alpine
RUN apk add --no-cache gettext bash curl openssl socat
# 拷贝 entrypoint
COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh
COPY .docker/openresty/entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh
CMD ["/bin/sh", "/usr/local/bin/entrypoint.sh"]