Release #385

Merged
alexlebens merged 5 commits from main into release 2026-03-13 14:32:30 +00:00
Showing only changes of commit 9a62f867f1 - Show all commits

View File

@@ -21,11 +21,10 @@ FROM ${REGISTRY}/bun:1.3.10-alpine3.22 AS runtime
WORKDIR /app
COPY --from=prod-deps /app/node_modules /app/node_modules
COPY --from=build /app/dist /app/dist
COPY --from=builder /app/package.json ./
ARG APP_VERSION=latest
ARG APP_VERSION
ENV NODE_ENV=production
ENV HOST=0.0.0.0
ENV PORT=4321