Updates
This commit is contained in:
parent
fcd69e55d4
commit
fd595d1c2a
@ -1,9 +1,7 @@
|
|||||||
# Set Node.js version
|
FROM node:20-bookworm
|
||||||
FROM node:20-alpine
|
|
||||||
|
|
||||||
RUN apk update && apk add --no-cache curl bash nano
|
RUN apt update
|
||||||
|
RUN apt install -y curl bash nano wget zip unzip
|
||||||
SHELL ["/bin/bash", "-c"]
|
|
||||||
|
|
||||||
RUN curl -fsSL https://bun.sh/install | bash
|
RUN curl -fsSL https://bun.sh/install | bash
|
||||||
ENV PATH="/root/.bun/bin:${PATH}"
|
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"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@moduletrace/buncid": "^1.0.7",
|
||||||
"@moduletrace/datasquirel": "^2.7.4",
|
"@moduletrace/datasquirel": "^2.7.4",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"lucide-react": "^0.462.0",
|
"lucide-react": "^0.462.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user