8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -f results/*
|
|
docker-compose build
|
|
docker-compose up --abort-on-container-exit
|
|
docker-compose down
|
|
docker-compose rm --all
|