mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
fix(build): 🏗️ Add Node to Docker build
This commit is contained in:
parent
b72655da2d
commit
5594d20218
|
|
@ -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
|
# Install dependencies into temp directory
|
||||||
# This will cache them and speed up future builds
|
# This will cache them and speed up future builds
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue