6 lines
145 B
Batchfile
6 lines
145 B
Batchfile
docker rm -vf fullstack.web
|
|
docker run -d --name fullstack.web^
|
|
-p 8080:8080 ^
|
|
fullstack.web
|
|
start http://localhost.fullstack.club:8080/
|