6 Commits

Author SHA1 Message Date
a5b4302ab7 fix(docker): 移除Dockerfile中的hosts配置并添加到docker run命令
Some checks failed
CI / build (20.15.1) (push) Failing after 23m22s
将hosts配置从Dockerfile中移除,改为在docker run命令中使用--add-host参数添加
2025-12-07 09:11:56 -08:00
162f8fe040 fix(docker): 添加api.airoport.co的主机映射到容器hosts文件
Some checks failed
CI / build (20.15.1) (push) Failing after 22m40s
2025-12-07 08:28:37 -08:00
97187806e1 refactor(docker): 优化Dockerfile中的用户和组创建命令
Some checks failed
CI / build (20.15.1) (push) Failing after 23m15s
使用更简洁的useradd和addgroup命令替代原有写法,保持功能不变但提高可读性
2025-12-07 04:34:21 -08:00
web@ppanel
9d0cb8b869 ♻️ refactor(core): Restructure project for better module separation 2024-12-26 02:53:28 +07:00
web@ppanel
5af60aa4de 👷 ci(github): Release docker 2024-11-14 13:35:50 +07:00
web@ppanel
829edfa824 🎉 chore(init): project initialization 2024-11-14 01:22:43 +07:00