diff --git a/Dockerfile b/Dockerfile index f535d91..77656a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY webapp/frontend/package.json webapp/frontend/package-lock.json ./ RUN npm ci --include=dev COPY webapp/frontend/ ./ -RUN npm run build +RUN npx vite build FROM python:3.13-slim AS runtime