VEL-Connect/velconnect/rebuild.bat

5 lines
91 B
Batchfile

docker build --tag velconnect .
docker rm web
docker run -p 8081:80 --name web velconnect