chore: dockerfiles van naam veranderd
This commit is contained in:
		
							parent
							
								
									9aff94ba62
								
							
						
					
					
						commit
						71f6b1b3cb
					
				
					 3 changed files with 2 additions and 0 deletions
				
			
		|  | @ -1,13 +0,0 @@ | |||
| FROM node:22 | ||||
| 
 | ||||
| WORKDIR /app | ||||
| 
 | ||||
| COPY ./package*.json ./ | ||||
| 
 | ||||
| RUN npm install | ||||
| 
 | ||||
| COPY . . | ||||
| 
 | ||||
| EXPOSE 2002 | ||||
| 
 | ||||
| CMD ["npm", "start"] | ||||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst