chore: update docker layout
Dockerfiles in root gezet zodat ze ook aan bestanden daarin kunnen
This commit is contained in:
		
							parent
							
								
									71f6b1b3cb
								
							
						
					
					
						commit
						0995cba88c
					
				
					 5 changed files with 8 additions and 13 deletions
				
			
		
							
								
								
									
										13
									
								
								backend.Dockerfile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								backend.Dockerfile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,13 @@ | |||
| FROM node:22 | ||||
| 
 | ||||
| WORKDIR /app | ||||
| 
 | ||||
| COPY ./backend/package*.json ./ | ||||
| 
 | ||||
| RUN npm install | ||||
| 
 | ||||
| COPY ./backend . | ||||
| 
 | ||||
| EXPOSE 2002 | ||||
| 
 | ||||
| CMD ["npm", "start"] | ||||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst