Skip to content

Commit

Permalink
Fixing build windows batch file
Browse files Browse the repository at this point in the history
  • Loading branch information
FlUxIuS committed May 20, 2024
1 parent a835866 commit 2d1621f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ move "rfswift.exe" "%oldpath%"
cd %oldpath%

echo [+] Building the Docker images
set "imagename=myrfswift:latest
set "imagename=myrfswift:latest"
set /p "imagename=Enter image tag value (default: %imagename%): "
echo %imagename%

set "dockerfile=Dockerfile
set "dockerfile=Dockerfile"
set /p "dockerfile=Enter value for Dockerfile to use (default: %dockerfile%): "
echo %dockerfile%

Expand Down

0 comments on commit 2d1621f

Please sign in to comment.