mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-12 19:29:14 +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 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue