We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a14162 commit 652efa0Copy full SHA for 652efa0
1 file changed
replication/esecfse22/build.bat
@@ -9,7 +9,7 @@ for %%A in ("%CD%") do set "currentDir=%%~nxA"
9
rem Check if the current directory ends with the target sub-path
10
if "%currentDir:~-9%"=="%targetSubPath%" (
11
cd ..\..
12
- docker build -t diff-detective .
+ docker build -t diff-detective -f replication\esecfse22\Dockerfile .
13
@pause
14
) else (
15
echo error: the script must be run from inside the esecfse22 directory, i.e., DiffDetective\replication\%targetSubPath%
0 commit comments