We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a7452 commit bbadf55Copy full SHA for bbadf55
build/all.bash
@@ -56,7 +56,7 @@ run_test() {
56
57
run_test_in_docker() {
58
echo "**** Building the docker image ***"
59
- docker build -t vscode-test-env ./build
+ docker build -t vscode-test-env -f ./build/Dockerfile .
60
docker run --workdir=/workspace -v "$(pwd):/workspace" vscode-test-env ci
61
}
62
0 commit comments