Skip to content

Commit 19ab4ae

Browse files
Merge pull request #6 from codesmithcloud/node-instead-of-bun
fix!: use npm rather than bun
2 parents 62ba902 + e881072 commit 19ab4ae

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Dockerfile

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
FROM docker.io/oven/bun:latest
1+
FROM node:24-alpine
22

3-
RUN apt update && \
4-
apt install -y python3 build-essential
5-
6-
RUN bun install -g better-sqlite3
3+
RUN npm install -g \
4+
better-sqlite3 \
5+
docus \
6+
eslint \
7+
nuxt \
8+
typescript \
9+
ipx

0 commit comments

Comments
 (0)