Updates
This commit is contained in:
parent
fcd69e55d4
commit
fd595d1c2a
@ -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}"
|
||||
|
7
buncid.config.json
Normal file
7
buncid.config.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"start": "bun start",
|
||||
"preflight": ["bunx buncid-builds-next"],
|
||||
"postflight": ["echo 'Server Running ...'"],
|
||||
"first_run": true,
|
||||
"port": [3000]
|
||||
}
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user