3 lines
75 B
Bash
3 lines
75 B
Bash
|
#!/bin/bash
|
||
|
docker build --rm=true --force-rm=true -t ventz/bind container
|