mirror of
https://github.com/tiennm99/serena.git
synced 2026-07-14 13:04:51 +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
|