5 lines
152 B
Bash
Executable File
5 lines
152 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# builds a container with the current Dockerfile for testing the bb-asset-validation program
|
|
docker build -t bb-asset-validation .
|