Merge branch 'staging' of https://github.com/buster-so/buster into staging

This commit is contained in:
Nate Kelley 2025-07-21 15:08:31 -06:00
commit c60ca104ca
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
FROM ghcr.io/buster-so/server-base:latest AS builder
# Note: Base image already has tools (node, pnpm, bun) + most dependencies
# Set build environment to skip runtime validation
ENV DOCKER_BUILD=true
ENV CI=true
RUN echo "=== ULTRA-FAST BUILD START ==="
# Update package files (in case they changed since base was built)