diff --git a/DockerCommand.txt b/DockerCommand.txt index 1cd0ec2..6a6032d 100644 --- a/DockerCommand.txt +++ b/DockerCommand.txt @@ -1,2 +1,2 @@ -docker build ./SwEng-Group-14-SemanticProductLink -t try1 //build images -docker run -d -p 8080:5000 try1 //run the container \ No newline at end of file +docker build ./SwEng-Group-14-SemanticProductLink -t image_name //build images +docker run -d -p 8080:5000 image_name //run the container, the programe will be mapped to local port 8080