fix: add .dockerignore and build step to optimize containerization

This commit is contained in:
2026-02-09 18:25:15 -06:00
parent 749bde1d4f
commit 6590657237
2 changed files with 56 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ COPY . .
ENV NODE_ENV=production
RUN bun install --frozen-lockfile --production
RUN bun run build
FROM joseluisq/static-web-server:2-alpine AS runner
WORKDIR /public