mirror of
https://github.com/tiennm99/serena.git
synced 2026-09-18 14:20:17 +00:00
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
docker build -t serena .
|
|
|
|
docker run -it --rm -v "$(pwd)":/workspace serena
|