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