fullstack.web/test.cmd
2023-08-09 13:57:49 +08:00

7 lines
127 B
Batchfile

docker rm -vf fullstack.web
docker run -d ^
-p 80:80 ^
--rm ^
fullstack.web
start http://localhost.fullstack.club/