5 lines
159 B
Bash
Executable File
5 lines
159 B
Bash
Executable File
docker stop wolf-sheep-container
|
|
docker rm wolf-sheep-container
|
|
docker build -t wolf-sheep .
|
|
docker run -d -p 3030:3030 --name wolf-sheep-container wolf-sheep
|