build:
os: alpine
base:
- nodejs@22
- [email protected]
prepareCommands:
- sudo apk add make gcc g++
buildCommands:
- npm install
deployFiles:
- package.json
- package-lock.json
- index.js
- node_modules/
run:
os: alpine
base: nodejs@22
start: npm run dev
ports:
- port: 3000
httpSupport: true