Skip to content

Commit b250a90

Browse files
authored
Update README.md
1 parent 9a71d47 commit b250a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ $ git clone https://github.com/PouriaAmini/BugTracker.git
5151
```
5252
* Navigate to the root directory and execute the following commands:
5353
```
54-
$ docker build -f Dockerfile -t springdemo .
55-
$ docker run -p 3000:3000 -t springdemo
54+
$ docker build -f Dockerfile -t bugtracker .
55+
$ docker run -p 3000:3000 -t bugtracker
5656
```
5757
* Navigate to:
5858
```

0 commit comments

Comments
 (0)