Add pull command to build-container.sh

This commit is contained in:
Steve Dinn 2023-04-12 09:04:19 -03:00
parent 6f41ddd166
commit 6804e1af58

View file

@ -1,2 +1,3 @@
#!/bin/sh
docker pull mcr.microsoft.com/dotnet/sdk
docker build ./source/ -t stevedinn/caddy-log-converter:latest