mirror of
				https://github.com/i701/sarlink-portal.git
				synced 2025-11-04 06:26:59 +00:00 
			
		
		
		
	remove prisma stuff
This commit is contained in:
		@@ -4,7 +4,6 @@ ENV NEXT_TELEMETRY_DISABLED=1
 | 
			
		||||
 | 
			
		||||
COPY . .
 | 
			
		||||
RUN npm ci --legacy-peer-deps
 | 
			
		||||
RUN npx prisma generate
 | 
			
		||||
RUN npm run build
 | 
			
		||||
 | 
			
		||||
FROM node:20-slim
 | 
			
		||||
@@ -16,7 +15,6 @@ COPY --from=builder /var/www/html/package.json ./
 | 
			
		||||
COPY --from=builder /var/www/html/node_modules ./node_modules
 | 
			
		||||
COPY --from=builder /var/www/html/.next ./.next
 | 
			
		||||
COPY --from=builder /var/www/html/public ./public
 | 
			
		||||
COPY --from=builder /var/www/html/prisma ./prisma
 | 
			
		||||
 | 
			
		||||
VOLUME /var/www/html
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user