1. Changes the build context of all services to the root level to be able to access the dependencies for each project. 2. Commented out the prepublish scripts, these steps are moved into the Dockerfile Did not change any script yet, need help to identify what scripts we need to change.
		
			
				
	
	
		
			24 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| .dockerignore
 | |
| .env
 | |
| .git
 | |
| .gitignore
 | |
| .vs
 | |
| .vscode
 | |
| docker-compose.yml
 | |
| docker-compose.*.yml
 | |
| vsts-docs
 | |
| test
 | |
| ServiceFabric
 | |
| readme
 | |
| k8s
 | |
| img
 | |
| docs
 | |
| deploy
 | |
| Components
 | |
| cli-windows
 | |
| cli-mac
 | |
| cli-linux
 | |
| **/bin/
 | |
| **/obj/
 | |
| **/node_modules/
 | |
| **/bower_components/ |