Files
serena/docker_build_and_run.sh
T

6 lines
93 B
Bash

#!/usr/bin/bash
docker build -t serena .
docker run -it --rm -v "$(pwd)":/workspace serena