From 3e28801709dad9c853f53dca04030444268969cf Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Fri, 14 Feb 2025 14:29:50 +0100 Subject: [PATCH] fix(build): :construction_worker: Put Node back into Docker image builds :c --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e5a25c3..837cccf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ +# Paraglide doesn't properly work with Bun, so it needs Node FROM oven/bun:1.2.2-alpine AS base # Install dependencies into temp directory