Skip to content

Instantly share code, notes, and snippets.

@benhg
Created August 15, 2019 16:15
Show Gist options
  • Save benhg/f371e16815638e9bda14f7118af9cc1c to your computer and use it in GitHub Desktop.
Save benhg/f371e16815638e9bda14f7118af9cc1c to your computer and use it in GitHub Desktop.
docker build with $1 as tag
db()
{
docker build -t $1 .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment