Skip to content

Commit

Permalink
Update DockerCommand.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
WeijianWWWW authored Mar 16, 2024
1 parent 064cbce commit b4dc2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DockerCommand.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker build ./SwEng-Group-14-SemanticProductLink -t try1 //build images
docker run -d -p 8080:5000 try1 //run the container
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

0 comments on commit b4dc2bd

Please sign in to comment.