turbaszek commented on a change in pull request #91:
URL: https://github.com/apache/kibble/pull/91#discussion_r523021516
##########
File path: docker-compose-dev.yaml
##########
@@ -7,7 +7,7 @@ services:
build:
context: .
dockerfile: Dockerfile.dev
- command: bash -c "python kibble/setup/setup.py --autoadmin --skiponexist"
+ command: bash -c "python kibble/__main__.py setup --autoadmin
--skiponexist"
Review comment:
```suggestion
command: bash -c "kibble setup --autoadmin --skiponexist"
```
Should work too 👍
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]