Fix: use bun 1.1-alpine (ARM64 EADDRINUSE bug in 1.3)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM oven/bun:1-alpine AS base
|
FROM oven/bun:1.1-alpine AS base
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user