A little bit of cleanup

This commit is contained in:
Jon Staab
2026-03-13 13:13:36 -07:00
committed by mplorentz
parent 6fd2acc332
commit 00573580e4
7 changed files with 20 additions and 45 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
FROM node:20-bookworm AS builder
RUN apt-get update && apt-get install -y --no-install-recommends curl
RUN apt-get update && apt-get install -y --no-install-recommends curl
RUN npm install -g pnpm@latest
@@ -29,4 +29,4 @@ WORKDIR /app
# Copy only the built output - no source, no .env, no dev deps
COPY --from=builder /app/build ./build
CMD ["npx", "serve", "build"]
CMD ["npx", "serve", "-s", "build"]