docker: partial dockerfile, but not yet working
This commit is contained in:
		
							
								
								
									
										4
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,4 @@
 | 
			
		||||
FROM adoptopenjdk:15-jre-hotspot
 | 
			
		||||
RUN mkdir logs
 | 
			
		||||
COPY Server/build/libs/Server.jar Server.jar
 | 
			
		||||
CMD ["java", "-jar", "Server.jar", "-v"]
 | 
			
		||||
		Reference in New Issue
	
	Block a user