You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							359 B
						
					
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							359 B
						
					
					
				FROM anapsix/alpine-java:8_server-jre_unlimited | 
						|
 | 
						|
MAINTAINER Lion Li | 
						|
 | 
						|
RUN mkdir -p /ruoyi/xxljob/logs | 
						|
 | 
						|
WORKDIR /ruoyi/xxljob | 
						|
 | 
						|
ENV TZ=PRC | 
						|
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone | 
						|
 | 
						|
EXPOSE 9100 | 
						|
 | 
						|
ADD ./target/ruoyi-xxl-job-admin.jar ./app.jar | 
						|
 | 
						|
ENTRYPOINT ["java", "-Djava.security.egd=file:/dev/./urandom", "-jar", "app.jar"]
 | 
						|
 |