Skip to content
Snippets Groups Projects
Commit 15a4f039 authored by carignani's avatar carignani
Browse files

simple script to rebuild/restart docker

parent 8a7be03d
No related branches found
No related tags found
No related merge requests found
CNT=$(docker ps | grep tosca-ie | cut -d " " -f1)
if [ "$CNT" != "" ] ; then
docker stop "$CNT"
fi
docker build -t tosca-ie-sample:latest .
docker run -d -t -p 5000:5000 tosca-ie-sample
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment