Custom Docker image for deploying Apache Superset at CTMR.
docker build .
Make a note of the image ID so you can use it in the deploy.sh
script later.
- Edit the
deploy.sh
script with the image ID of the Docker image you built earlier. - Run the
deploy.sh
script to deploy the container.