mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Fix Docker build again
This commit is contained in:
parent
ea1d7b1510
commit
257243aa0c
3 changed files with 9 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Use the official Bun image (Bun doesn't run well on Musl but this seems to work)
|
||||
# See all versions at https://hub.docker.com/r/oven/bun/tags
|
||||
FROM imbios/bun-node:1.1.2-current-alpine as base
|
||||
FROM imbios/bun-node:1.1.2-current-debian as base
|
||||
|
||||
# Install dependencies into temp directory
|
||||
# This will cache them and speed up future builds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue