mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 16:38:20 +01:00
fix(build): 👷 Remove Node from Docker image builds
This commit is contained in:
parent
f41908a3a7
commit
d3659825f8
|
|
@ -1,5 +1,4 @@
|
||||||
# Paraglide doesn't properly work with Bun, so it needs Node
|
FROM oven/bun:1.2.2-alpine AS base
|
||||||
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