4 lines
61 B
Bash
4 lines
61 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
docker build --pull --tag tuxmainy/pdns:local .
|