mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 20:10:50 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			116 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			116 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM mijitt0m/ocelot-build:0.0.1
 | 
						|
 | 
						|
WORKDIR /src
 | 
						|
 | 
						|
COPY ./. .
 | 
						|
 | 
						|
RUN chmod u+x build.sh
 | 
						|
 | 
						|
RUN /bin/bash -c "/src/build.sh" |