anthracite/benchmark/rebuild-container.sh
2023-10-16 14:36:17 -04:00

6 lines
140 B
Bash
Executable file

cd ..
docker build . -t anthracite:latest
cd benchmark
docker build . -t benchmark-anthracite -f anthracite.Dockerfile
docker compose up -d