docker file stuff

This commit is contained in:
dal 2025-07-21 15:05:33 -06:00
parent ecd9902e46
commit ae96e2f8b1
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
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)