Rename all occurrences of "labyrinth" to maze and update dependencies.
This commit is contained in:
		
							parent
							
								
									d9613b03ca
								
							
						
					
					
						commit
						ca8f2bfec7
					
				
					 18 changed files with 129 additions and 129 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| FROM openjdk:17-slim | ||||
| 
 | ||||
| COPY target/labyrinth-server-*.jar /app/ | ||||
| COPY target/maze-server-*.jar /app/ | ||||
| RUN rm /app/*-sources.jar | ||||
| RUN mv /app/*.jar /app/app.jar | ||||
| 
 | ||||
| CMD java -Dfritteli.labyrinth.server.host=0.0.0.0 -Dfritteli.labyrinth.server.port=80 -jar /app/app.jar | ||||
| CMD java -Dfritteli.maze.server.host=0.0.0.0 -Dfritteli.maze.server.port=80 -jar /app/app.jar | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue