mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 00:18:20 +01:00
fix: 🐛 Put Node back into Docker build
Some checks failed
Some checks failed
This commit is contained in:
parent
11bf67fbc9
commit
c464b0dfba
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue