@@ -2,9 +2,6 @@ FROM oven/bun:1-alpineENV NEXT_TELEMETRY_DISABLED=1RUN apk add --update --no-cache \ nodejsRUN addgroup -S -g 1000 app && \ adduser -S -h /app -s /sbin/nologin -u 1000 -G app app && \ chown -R app:app /app
@@ -1,9 +1,9 @@{ "private": true, "scripts": { "start": "next --port 8000", "next:start": "next start --port ${PORT}", "next:build": "next build", "start": "bun --bun next --port 8000", "next:start": "bun --bun next start --port ${PORT}", "next:build": "bun --bun next build", "resume": "bun resume/generate.js" }, "dependencies": {