3 lines
90 B
Bash
Executable File
3 lines
90 B
Bash
Executable File
cd server
|
|
docker build -t thomsb/lilstreamy .
|
|
docker run -p 8000:8002 -d thomsb/lilstreamy |