Add pull command to build-container.sh
This commit is contained in:
parent
6f41ddd166
commit
6804e1af58
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
docker pull mcr.microsoft.com/dotnet/sdk
|
||||||
docker build ./source/ -t stevedinn/caddy-log-converter:latest
|
docker build ./source/ -t stevedinn/caddy-log-converter:latest
|
||||||
|
|
Loading…
Reference in a new issue