Updated run script for clean run command

This commit is contained in:
Sambo Chea 2021-03-07 12:24:11 +07:00
parent 0a73d0bd83
commit f3babdeb20

View File

@ -4,4 +4,7 @@ echo "Stop and remove container..."
docker rm -f highcharts-export-server
echo "Run the container..."
docker run -d --name highcharts-export-server -p 8080:8080 registry.kh.cubetiqs.com/highcharts-export-server
docker run --name highcharts-export-server \
-p 8080:8080 \
--restart always \
-d registry.kh.cubetiqs.com/highcharts-export-server