Attempt to fix bun build error

This commit is contained in:
Peter Stockings
2026-01-01 16:35:41 +11:00
parent 67fe5ae406
commit 72334f3d78

View File

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