docker file fix

This commit is contained in:
Thomas Faour 2025-06-22 00:16:12 -04:00
parent 28581afe78
commit 5134eb4a93

View File

@ -57,11 +57,7 @@ COPY web/package.json web/package-lock.json ./
RUN npm ci
# Copy source files
COPY web/src ./src
COPY web/index.html ./
COPY web/vite.config.ts ./
COPY web/tsconfig.json ./
COPY web/tsconfig.node.json ./
COPY web/ ./
# Build the frontend
RUN npm run build