mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add docker
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
FROM openresty/openresty:alpine
|
||||
|
||||
# 安装基础依赖
|
||||
RUN apk add --no-cache gettext bash
|
||||
|
||||
# 拷贝 entrypoint
|
||||
COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||
|
||||
CMD ["/bin/sh", "/usr/local/bin/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user