TalTech_cpp/CT1/database/run.sh

3 lines
61 B
Bash
Executable File

#!/bin/bash
docker build -t dbapp .
docker run --rm -it dbapp