craig-rueda commented on issue #10149:
URL:
https://github.com/apache/incubator-superset/issues/10149#issuecomment-671067844
Please nuke your images and volumes:
```
# Nukes containers:
docker rm -f $(docker ps -aq | awk '{print $1}')
# Nukes images:
docker rmi -f $(docker images | awk '{print $3}')
# Nukes volumes:
docker-compose down -v
# Re-Builds docker-compose:
docker-compose build
# Stand everything back up:
docker-compose up
```
Hope that helps!
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]