superset/contrib/docker/docker-build.sh

6 lines
88 B
Bash

#!/usr/bin/env bash
set -ex
docker build -t apache/incubator-superset -f Dockerfile .