2 lines
80 B
Bash
2 lines
80 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
docker build --rm --pull --no-cache -t jgeusebroek/zerobin .
|