Skip to content

Commit 652efa0

Browse files
fix(docker): correct path to Dockerfile
1 parent 0a14162 commit 652efa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

replication/esecfse22/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ for %%A in ("%CD%") do set "currentDir=%%~nxA"
99
rem Check if the current directory ends with the target sub-path
1010
if "%currentDir:~-9%"=="%targetSubPath%" (
1111
cd ..\..
12-
docker build -t diff-detective .
12+
docker build -t diff-detective -f replication\esecfse22\Dockerfile .
1313
@pause
1414
) else (
1515
echo error: the script must be run from inside the esecfse22 directory, i.e., DiffDetective\replication\%targetSubPath%

0 commit comments

Comments
 (0)