Remove .buildpacks and set port in Dockerfile

This commit is contained in:
Peter Stockings
2026-01-01 16:32:01 +11:00
parent 061f25fdcb
commit ddd554d506
2 changed files with 1 additions and 1 deletions

View File

@@ -1 +0,0 @@
https://github.com/jakeg/heroku-buildpack-bun

View File

@@ -19,6 +19,7 @@ COPY . .
# Build the client (Vite) and server (TSC)
# ensuring the environment variables are set for the build if needed
ENV NODE_ENV=production
ENV PORT=3000
RUN bun --filter "*" build
# Expose the port (Dokku will override PORT env var, but 3000 is a good default documentation)