v1.1.0: Alpine 轻量级 Docker 开发环境 + 敏感凭证清理

This commit is contained in:
lxy
2026-07-27 13:59:18 +08:00
parent feb76081a0
commit ccca0fa62b
51 changed files with 6125 additions and 993 deletions
+13
View File
@@ -0,0 +1,13 @@
# ws-flux-dev - Flux 金融线索管理 (Java + Node 全栈)
FROM workpod-alpine:latest
LABEL org.opencontainers.image.title="ws-flux-dev" \
org.opencontainers.image.description="Flux 全栈开发环境 (Java 17 + Node 24)" \
org.opencontainers.image.version="1.0.0"
# JDK 17 通过 docker-compose volume 从宿主机挂载 (BellSoft Liberica musl)
# JAVA_HOME 由 docker-compose environment 设置
EXPOSE 22 7681
ENTRYPOINT ["/entrypoint.sh"]