We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a71d47 commit b250a90Copy full SHA for b250a90
README.md
@@ -51,8 +51,8 @@ $ git clone https://github.com/PouriaAmini/BugTracker.git
51
```
52
* Navigate to the root directory and execute the following commands:
53
54
-$ docker build -f Dockerfile -t springdemo .
55
-$ docker run -p 3000:3000 -t springdemo
+$ docker build -f Dockerfile -t bugtracker .
+$ docker run -p 3000:3000 -t bugtracker
56
57
* Navigate to:
58
0 commit comments