mirror of
				https://github.com/yuto-yuto/node-red-contrib-password-generator.git
				synced 2025-10-26 10:22:46 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			205 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			205 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM nodered/node-red
 | |
| 
 | |
| COPY ../package.json ./password-generator/
 | |
| COPY ../dist ./password-generator/dist
 | |
| RUN npm install ./password-generator --unsafe-perm --no-update-notifier --no-fund --only=production
 |