forked from mirrors/qmk_userspace
		
	Reverting CMD Changes
Adding the CMD from @edasque in once more as it allows specifying more than one board via host ENV vars. Currently, the Dockerfile is hard-coded.
This commit is contained in:
		
					parent
					
						
							
								baae936b47
							
						
					
				
			
			
				commit
				
					
						07be7b8d69
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -25,4 +25,4 @@ ENV keymap=default
 | 
			
		|||
 | 
			
		||||
VOLUME /qmk
 | 
			
		||||
WORKDIR /qmk
 | 
			
		||||
CMD make clean; make;
 | 
			
		||||
CMD make clean ; make keyboard=${keyboard} subproject=${subproject} keymap=${keymap}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue