Add a temporary version of config to the hosting container
This commit is contained in:
		
							parent
							
								
									c45dd545dd
								
							
						
					
					
						commit
						3372cac35e
					
				| @ -50,6 +50,10 @@ RUN yarn global add http-server | ||||
| # Globally install the payload web app package | ||||
| RUN yarn global add @cerc-io/console-app | ||||
| 
 | ||||
| # Temp hack to fix up config | ||||
| RUN cd /usr/local/share/.config/yarn/global/node_modules/@cerc-io/console-app/dist/production && \ | ||||
|     find . -type f -exec sed -i 's#LACONIC_HOSTED_CONFIG_SERVICES_WNS_SERVER#http://laconicd:9473/api#g' {} + | ||||
| 
 | ||||
| # Expose port for http | ||||
| EXPOSE 80 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user