This commit is contained in:
Nicolai 2026-03-19 09:50:26 +01:00
parent 056b503507
commit e1a1347803

View File

@ -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