mirror of
				https://github.com/ButlerLogic/action-autotag.git
				synced 2025-10-31 15:26:24 +07:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			117 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			117 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
|   | FROM node:13-alpine
 | ||
|  | LABEL version=1.1.0
 | ||
|  | ADD ./app /app
 | ||
|  | WORKDIR /app
 | ||
|  | RUN cd /app && npm i
 | ||
|  | CMD ["node", "/app/main.js"]
 |