暂时还是内网部署
All checks were successful
Docker Build and Push / build-image (push) Successful in 5m27s

This commit is contained in:
cheney 2026-04-26 17:03:43 +08:00
parent becf0364ad
commit 1c07b417ce

View File

@ -32,10 +32,6 @@ COPY --from=builder /app/public* ./public/
# 设置淘宝源并安装生产依赖
RUN npm config set registry https://registry.npmmirror.com && npm install --only=production
ENV DATABASE_URL="mysql://root:fullstack@baishe.vps.honor3.com:6033/iboard"
# 暴露 3000 端口
EXPOSE 3000