5 lines
93 B
Bash
Executable file
5 lines
93 B
Bash
Executable file
#!/bin/bash
|
|
|
|
## create the image
|
|
|
|
docker build -t dcpvalidator --network=host ./DCPValidator
|