Revert "Fix 'Failed to load SWC binary' issue in Docker build process"
This commit is contained in:
		
							parent
							
								
									8f2603bbf3
								
							
						
					
					
						commit
						42bc241ab5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -6,7 +6,7 @@ COPY calendso/package.json calendso/yarn.lock ./ | ||||||
| COPY calendso/prisma prisma | COPY calendso/prisma prisma | ||||||
| RUN yarn install --frozen-lockfile | RUN yarn install --frozen-lockfile | ||||||
| 
 | 
 | ||||||
| FROM node:14 as builder | FROM node:14-alpine as builder | ||||||
| WORKDIR /app | WORKDIR /app | ||||||
| COPY calendso . | COPY calendso . | ||||||
| COPY --from=deps /app/node_modules ./node_modules | COPY --from=deps /app/node_modules ./node_modules | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Peer Richelsen
						Peer Richelsen