5 lines
178 B
Bash
Executable file
5 lines
178 B
Bash
Executable file
#/bin/bash
|
|
|
|
cd tests/
|
|
docker compose build --no-cache --pull && docker compose up --remove-orphans --abort-on-container-exit --exit-code-from selenium-node
|
|
docker compose rm -sf
|