ci: add deployment with security scanner #1

Merged
SangNguyen merged 3 commits from ci/deploy into develop 2026-06-23 02:31:24 +00:00
Showing only changes of commit 89dc3a2893 - Show all commits
+3
View File
@@ -14,6 +14,9 @@ RUN bun run build
# Production stage
FROM nginx:alpine AS production
# Patch inherited Alpine OS packages to clear known CVEs not yet in the base image
RUN apk upgrade --no-cache
COPY --from=builder /app/dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf