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.
docker build
1 parent 3851bcc commit e1be43fCopy full SHA for e1be43f
dockerfiles/run-gui-tests.sh
@@ -34,8 +34,6 @@ fi
34
cargo run -- start-web-server &
35
SERVER_PID=$!
36
37
-docker build . -f dockerfiles/Dockerfile-gui-tests -t gui_tests
38
-
39
# status="docker run . -v `pwd`:/build/out:ro gui_tests"
40
docker-compose run gui_tests
41
status=$?
0 commit comments