fix: 🐛 Put Node back into Docker build
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 1s
Deploy to GitHub Pages / build (push) Failing after 1s
Deploy to GitHub Pages / deploy (push) Has been skipped
Docker / build (push) Failing after 1s
Mirror to Codeberg / Mirror (push) Failing after 1s

This commit is contained in:
Jesse Wierzbinski 2025-05-01 02:17:55 +02:00
parent 11bf67fbc9
commit c464b0dfba
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
# Paraglide doesn't properly work with Bun, so it needs Node # Paraglide doesn't properly work with Bun, so it needs Node
FROM oven/bun:1.2.2-alpine AS base FROM imbios/bun-node:latest-current-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