Compare commits

..

No commits in common. "fd609eb92377da15d6f59cf71f8e9b4992c512cb" and "25b7b180134648b35127313da035ca4624418ebe" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
"pre-dev": "cpl build", "pre-dev": "cpl build",
"dev": "export KDB_ENVIRONMENT=development; export KDB_NAME=KDB-Dev; cpl start;", "dev": "export KDB_ENVIRONMENT=development; export KDB_NAME=KDB-Dev; cpl start;",
"docker-build": "cpl build $ARGS; docker build -t kdb-bot/kdb-bot:$(cpl gv) .;", "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-up": "docker-compose up -d",
"dc-down": "docker-compose down", "dc-down": "docker-compose down",
"docker": "cpl dc-down; cpl docker-build; cpl dc-up;" "docker": "cpl dc-down; cpl docker-build; cpl dc-up;"

@ -1 +1 @@
Subproject commit 2113e7a98eb309307bdcb067403760bc96f69268 Subproject commit c8e3ac096317cfdafe809398a80cf659189d42a5