mirror of
				https://github.com/D4M13N-D3V/comissions-app-ui.git
				synced 2025-10-31 01:25:22 +00:00 
			
		
		
		
	updated node version
This commit is contained in:
		
							parent
							
								
									a562aff8c0
								
							
						
					
					
						commit
						03f8d44338
					
				| @ -15,7 +15,7 @@ RUN \ | ||||
| 
 | ||||
| 
 | ||||
| # Rebuild the source code only when needed | ||||
| FROM node:16-alpine AS builder | ||||
| FROM node:18-alpine AS builder | ||||
| WORKDIR /app | ||||
| COPY --from=deps /app/node_modules ./node_modules | ||||
| COPY . . | ||||
| @ -31,7 +31,7 @@ RUN yarn build | ||||
| # RUN npm run build | ||||
| 
 | ||||
| # Production image, copy all the files and run next | ||||
| FROM node:16-alpine AS runner | ||||
| FROM node:18-alpine AS runner | ||||
| WORKDIR /app | ||||
| 
 | ||||
| ENV NODE_ENV production | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Damien Ostler
						Damien Ostler