FROM ghcr.io/znpos901/build-server:0623 # 切换到user用户 USER user WORKDIR /home/user # 暴露端口 EXPOSE 8889 # 启动命令 CMD ["node", "unified-server.js"]