mirror of
https://github.com/tiennm99/serena.git
synced 2026-07-15 12:21:19 +00:00
6 lines
93 B
Bash
6 lines
93 B
Bash
#!/usr/bin/bash
|
|
|
|
docker build -t serena .
|
|
|
|
docker run -it --rm -v "$(pwd)":/workspace serena
|