Closed konradmalik closed 2 years ago
Turns out that for windows-native earthly installations the $EXPECTED_REF variable was not expanded properly. Needed to add a windows-specific command via command_bat.
$EXPECTED_REF
command_bat
Additionally, I added a "docker_build_with_restart"-like functionality.
Turns out that for windows-native earthly installations the
$EXPECTED_REF
variable was not expanded properly. Needed to add a windows-specific command viacommand_bat
.Additionally, I added a "docker_build_with_restart"-like functionality.