Skip to content

Commit

Permalink
Add missing context to build without cache command.
Browse files Browse the repository at this point in the history
  • Loading branch information
javiarrobas committed May 10, 2024
1 parent f6d7a42 commit d7bc357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-boptestgym:

build-boptestgym-no-cache:
docker build -f ${ROOT}/testing/Dockerfile \
--progress=plain --no-cache --rm -t ${IMG_NAME}
--progress=plain --no-cache --rm -t ${IMG_NAME} .

run-boptestgym:
docker run \
Expand Down

0 comments on commit d7bc357

Please sign in to comment.