Skip to content
Snippets Groups Projects
Commit 7d18a38c authored by nimrod's avatar nimrod
Browse files

Pass arguments.

parent c496aeb1
Branches
No related tags found
No related merge requests found
#!/bin/sh
set -eu
exec docker build -t "$(basename "$PWD" | awk "{print tolower(\$0)}" )" ./
exec docker build -t "$(basename "$PWD" | awk "{print tolower(\$0)}" )" "$@" ./
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment