Fixed workspace
This commit is contained in:
		@@ -37,7 +37,7 @@
 | 
			
		||||
      "pre-dev": "cpl build",
 | 
			
		||||
      "dev": "export KDB_ENVIRONMENT=development; export KDB_NAME=KDB-Dev; cpl start;",
 | 
			
		||||
 | 
			
		||||
      "docker-build": "cpl build $ARGS; cd docker; echo docker build -t kdb-bot/kdb-bot:$(cd ../; cpl gv; cd docker;) .; cd ..;",
 | 
			
		||||
      "docker-build": "cpl build $ARGS; cd docker; docker build -t kdb-bot/kdb-bot:$(cd ../; cpl gv; cd docker;) .; cd ..;",
 | 
			
		||||
      "dc-up": "docker-compose up -d",
 | 
			
		||||
      "dc-down": "docker-compose down",
 | 
			
		||||
      "docker": "cpl dc-down; cpl docker-build; cpl dc-up;"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user