mirror of https://github.com/buster-so/buster.git
docker file stuff
This commit is contained in:
parent
ecd9902e46
commit
ae96e2f8b1
|
@ -11,6 +11,10 @@
|
||||||
FROM ghcr.io/buster-so/server-base:latest AS builder
|
FROM ghcr.io/buster-so/server-base:latest AS builder
|
||||||
# Note: Base image already has tools (node, pnpm, bun) + most dependencies
|
# 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 ==="
|
RUN echo "=== ULTRA-FAST BUILD START ==="
|
||||||
|
|
||||||
# Update package files (in case they changed since base was built)
|
# Update package files (in case they changed since base was built)
|
||||||
|
|
Loading…
Reference in New Issue