caddy-log-converter/build-container.sh
2023-04-12 09:04:19 -03:00

3 lines
114 B
Bash

#!/bin/sh
docker pull mcr.microsoft.com/dotnet/sdk
docker build ./source/ -t stevedinn/caddy-log-converter:latest