feat: add basic docker build
This commit is contained in:
4
docker/build.sh
Executable file
4
docker/build.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# builds a container with the current Dockerfile for testing the bb-asset-validation program
|
||||
docker build -t bb-asset-validation .
|
||||
Reference in New Issue
Block a user