Revert "optimalization: test bestanden worden niet mee gekopieerd naar docker containers"
This reverts commit 6090a9d12e.
			
			
This commit is contained in:
		
							parent
							
								
									58808d1c57
								
							
						
					
					
						commit
						2ace57b836
					
				
					 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 --exclude=backend/tests/ backend ./backend | COPY 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 --exclude=frontend/tests/ frontend ./ | COPY frontend ./ | ||||||
| 
 | 
 | ||||||
| RUN npx vite build | RUN npx vite build | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Reference in a new issue