7 lines
127 B
Batchfile
7 lines
127 B
Batchfile
|
docker rm -vf fullstack.web
|
||
|
docker run -d ^
|
||
|
-p 80:80 ^
|
||
|
--rm ^
|
||
|
fullstack.web
|
||
|
start http://localhost.fullstack.club/
|