3 lines
73 B
Bash
3 lines
73 B
Bash
|
#!/bin/sh
|
||
|
docker build ./source/ -t stevedinn/caddy-log-converter:latest
|