4 lines
187 B
Batchfile
4 lines
187 B
Batchfile
@echo off
|
|
|
|
docker images -q anp:sql-server | findstr "anp:sql-server">nul || docker image remove anp:sql-server --force
|
|
docker build -f %~dp0/Dockerfile -t anp:sql-server %~dp0 --no-cache |