3 lines
64 B
Bash
Executable File
3 lines
64 B
Bash
Executable File
docker build -t reacord . &&
|
|
docker run -t -p 3000:3000 reacord
|