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 | # Root tsconfig.json | ||||||
| COPY tsconfig.json tsconfig.build.json ./ | COPY tsconfig.json tsconfig.build.json ./ | ||||||
| 
 | 
 | ||||||
| COPY backend ./backend | COPY --exclude=backend/tests/ backend ./backend | ||||||
| COPY common ./common | COPY common ./common | ||||||
| COPY docs ./docs | COPY docs ./docs | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -26,7 +26,7 @@ RUN npm run build --workspace=common | ||||||
| 
 | 
 | ||||||
| WORKDIR /app/dwengo/frontend | WORKDIR /app/dwengo/frontend | ||||||
| 
 | 
 | ||||||
| COPY frontend ./ | COPY --exclude=frontend/tests/ frontend ./ | ||||||
| 
 | 
 | ||||||
| RUN npx vite build | RUN npx vite build | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst