why the hell is nextjs not installed on the official bun image
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
FROM oven/bun:1.2.8
|
FROM oven/bun:1.2.8
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt-get install nodejs
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|||||||
Reference in New Issue
Block a user