fix(build): 🏗️ Add Node to Docker build

This commit is contained in:
Jesse Wierzbinski 2024-12-08 18:23:22 +01:00
parent b72655da2d
commit 5594d20218
No known key found for this signature in database

View file

@ -1,4 +1,5 @@
FROM oven/bun:1.1.38-alpine AS base
# Paraglide doesn't properly work with Bun, so it needs Node
FROM imbios/bun-node:22-alpine AS base
# Install dependencies into temp directory
# This will cache them and speed up future builds