buildDocker.cmd 124 B

123
  1. @echo off
  2. docker build ./ -t mcs/autorestiot:V1
  3. docker run --name autorestiot -p 9443:9443 -p 9080:9080 mcs/autorestiot:V1