This commit is contained in:
Benjamin Toby 2025-02-06 10:01:51 +01:00
parent fcd69e55d4
commit fd595d1c2a
4 changed files with 11 additions and 5 deletions

View File

@ -1,9 +1,7 @@
# Set Node.js version
FROM node:20-alpine
FROM node:20-bookworm
RUN apk update && apk add --no-cache curl bash nano
SHELL ["/bin/bash", "-c"]
RUN apt update
RUN apt install -y curl bash nano wget zip unzip
RUN curl -fsSL https://bun.sh/install | bash
ENV PATH="/root/.bun/bin:${PATH}"

BIN
bun.lockb

Binary file not shown.

7
buncid.config.json Normal file
View File

@ -0,0 +1,7 @@
{
"start": "bun start",
"preflight": ["bunx buncid-builds-next"],
"postflight": ["echo 'Server Running ...'"],
"first_run": true,
"port": [3000]
}

View File

@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@moduletrace/buncid": "^1.0.7",
"@moduletrace/datasquirel": "^2.7.4",
"lodash": "^4.17.21",
"lucide-react": "^0.462.0",