Manuel Stahl 
								
							 
						 
						
							
							
							
							
								
							
							
								ac3b40b188 
								
							 
						 
						
							
							
								
								Add BASE_PATH argument to Dockerfile  
							
							... 
							
							
							
							Fixes  #512 , #517 .
Change-Id: I0367f681aaf35af4a0f1b324fb0bdbef272e6db4 
						
							2024-04-24 17:02:42 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Manuel Stahl 
								
							 
						 
						
							
							
							
							
								
							
							
								5d1e43611c 
								
							 
						 
						
							
							
								
								Migrate to yarn v4  
							
							... 
							
							
							
							Use yarn PnP which forces us to install some more explicit dependencies.
Change-Id: Ib35c5c71a37081c98778937bde5a23bf997dd54c 
							
						 
						
							2024-04-23 13:35:19 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Manuel Stahl 
								
							 
						 
						
							
							
							
							
								
							
							
								1837733e07 
								
							 
						 
						
							
							
								
								Fix build output path  
							
							... 
							
							
							
							Change-Id: I6b77d9942324254b5312d80156f089b183a02201 
							
						 
						
							2024-04-23 12:18:38 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Manuel Stahl 
								
							 
						 
						
							
							
							
							
								
							
							
								4b1277f653 
								
							 
						 
						
							
							
								
								Rework configuration process  
							
							... 
							
							
							
							Dynamically loads `config.json` on startup.
Fixes  #167 , #284 , #449 , #486 
Change-Id: I9efb1079c0c88e6e0272c5fda734a367aa8f84a3 
							
						 
						
							2024-04-23 11:56:39 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Manuel Stahl 
								
							 
						 
						
							
							
							
							
								
							
							
								df1fbbc16b 
								
							 
						 
						
							
							
								
								Use nginx:stable-alpine as base image for docker container  
							
							... 
							
							
							
							Change-Id: Ibc9b430cb79b8c05b111d3993fc3b1543853a515 
							
						 
						
							2024-04-19 09:38:47 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gavin Mogan 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a2e47cb793 
								
							 
						 
						
							
							
								
								Add source urls to docker so tools can find sourcecode ( #506 )  
							
							... 
							
							
							
							For tools like renovate or dependabot, they like to put changelog notes in PRs updating deps. Having the labels allows the tools to link it back to sourcecode and share commits/release notes 
							
						 
						
							2024-04-17 20:32:41 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Manuel Stahl 
								
							 
						 
						
							
							
							
							
								
							
							
								ae7f6e18e5 
								
							 
						 
						
							
							
								
								Use --immutable flag whenever "yarn install" is called by a tool  
							
							... 
							
							
							
							Fixes  #347 
Change-Id: I1b8423f9cef46a425c1ec7665c8285af10c56df6 
						
							2024-02-19 11:58:44 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Albert 
								
							 
						 
						
							
							
							
							
								
							
							
								9b43d41040 
								
							 
						 
						
							
							
								
								Remove fixed PUBLIC_URL in Dockerfile  
							
							... 
							
							
							
							Change-Id: Ifb2e41f02f6568fd80fe9de4c76b633236ceffe4 
							
						 
						
							2023-02-03 22:17:08 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Albert 
								
							 
						 
						
							
							
							
							
								
							
							
								3276a9b6ed 
								
							 
						 
						
							
							
								
								Raise yarn install timeout limit to avoid build errors  
							
							... 
							
							
							
							@mui/icons-material needs much time to install, raises the overall yarn install time and causes a timeout error
Change-Id: I0327c6e0523528fb08da7e4b993fb53e9e070305 
							
						 
						
							2023-01-27 08:34:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Leon Schmidt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7aa0f9f50d 
								
							 
						 
						
							
							
								
								Make PUBLIC_URL and REACT_APP_SERVER configurable ( #266 )  
							
							... 
							
							
							
							* Adjust Dockerfile to include args in build process
* Adjust README.md 
							
						 
						
							2022-05-23 14:06:04 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Aaron R 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								abc9d5154e 
								
							 
						 
						
							
							
								
								Switch Dockerfile to use current LTS version of Node ( #205 )  
							
							... 
							
							
							
							Node 17 current fails due to https://github.com/webpack/webpack/issues/14532 . It probably makes sense to use the current LTS version of Node instead of the absolute latest version of Node so these kinds of bleeding edge issues are less likely to happen. 
							
						 
						
							2021-11-15 21:35:23 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Manuel Stahl 
								
							 
						 
						
							
							
							
							
								
							
							
								8db881a64d 
								
							 
						 
						
							
							
								
								Use current node image as builder  
							
							... 
							
							
							
							Change-Id: I2bccf5bcd21e37625477695ee927d49dd4333ac4 
							
						 
						
							2020-08-25 17:19:17 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Manuel Stahl 
								
							 
						 
						
							
							
							
							
								
							
							
								07e7ed98b5 
								
							 
						 
						
							
							
								
								Add Dockerfile  
							
							... 
							
							
							
							Change-Id: I6f60fae65f03740f26d94d9a3cc2fa2402511ca9 
							
						 
						
							2020-02-10 13:10:08 +01:00