Update infra/Dockerfile

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-24 11:54:33 -06:00
committed by GitHub
parent 24dcc488fc
commit d70f510c01

View File

@@ -12,7 +12,7 @@ COPY tsconfig.json .eslintrc.json .prettierrc ./
COPY src ./src COPY src ./src
COPY scripts ./scripts COPY scripts ./scripts
RUN npm run compile && node ./scripts/postbuild.ts RUN npm run compile && npx tsx ./scripts/postbuild.ts
FROM node:20-alpine FROM node:20-alpine
WORKDIR /app WORKDIR /app