why the hell is nextjs not installed on the official bun image

This commit is contained in:
2025-08-05 22:29:38 -07:00
parent 8d4b2b88c6
commit 1c77652f01

View File

@@ -1,4 +1,6 @@
FROM oven/bun:1.2.8
RUN apt-get update
RUN apt-get install nodejs
WORKDIR /app
COPY . .
EXPOSE 3000