optimalization: test bestanden worden niet mee gekopieerd naar docker containers
This commit is contained in:
parent
75dc025f55
commit
6090a9d12e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue