mirror of
				https://github.com/i701/sarlink-portal.git
				synced 2025-11-04 06:26:59 +00:00 
			
		
		
		
	attempt 4 docker
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and Push Docker Images / Build and Push Docker Images (push) Failing after 16s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and Push Docker Images / Build and Push Docker Images (push) Failing after 16s
				
			This commit is contained in:
		@@ -29,10 +29,14 @@ COPY . .
 | 
			
		||||
# Uncomment the following line in case you want to disable telemetry during the build.
 | 
			
		||||
# ENV NEXT_TELEMETRY_DISABLED=1
 | 
			
		||||
 | 
			
		||||
ARG DATABASE_URL
 | 
			
		||||
ENV DATABASE_URL=${DATABASE_URL}
 | 
			
		||||
 | 
			
		||||
RUN \
 | 
			
		||||
  if [ -f yarn.lock ]; then yarn run build; \
 | 
			
		||||
  elif [ -f package-lock.json ]; then npm run build; \
 | 
			
		||||
  elif [ -f pnpm-lock.yaml ]; then corepack enable pnpm && pnpm run build; \
 | 
			
		||||
  elif [ -f bun.lock ]; then bun run build; \
 | 
			
		||||
  else echo "Lockfile not found." && exit 1; \
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user