Skip to content

Commit 9a71d47

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

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,14 @@ https://user-images.githubusercontent.com/64161548/147793106-b31c9769-11f1-46db-
4545

4646
Install
4747
-----------
48-
(Comming Soon!)
4948
* To run the application, clone it using the command:
5049
```
51-
git clone https://github.com/PouriaAmini/BugTracker.git
50+
$ git clone https://github.com/PouriaAmini/BugTracker.git
5251
```
53-
* Navigate to the root directory and type:
52+
* Navigate to the root directory and execute the following commands:
5453
```
55-
mvn spring-boot:run
56-
```
57-
* Run the front-end using (you should have npm installed!):
58-
```
59-
npm start
54+
$ docker build -f Dockerfile -t springdemo .
55+
$ docker run -p 3000:3000 -t springdemo
6056
```
6157
* Navigate to:
6258
```

0 commit comments

Comments
 (0)