optimalization: test bestanden worden niet mee gekopieerd naar docker containers

This commit is contained in:
Timo De Meyst 2025-05-20 19:21:16 +02:00
parent 75dc025f55
commit 6090a9d12e
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ RUN npm install --silent
# Root tsconfig.json
COPY tsconfig.json tsconfig.build.json ./
COPY backend ./backend
COPY --exclude=backend/tests/ backend ./backend
COPY common ./common
COPY docs ./docs

View file

@ -26,7 +26,7 @@ RUN npm run build --workspace=common
WORKDIR /app/dwengo/frontend
COPY frontend ./
COPY --exclude=frontend/tests/ frontend ./
RUN npx vite build