Skip to content

Commit 4d146bb

Browse files
author
Ankur Srivastava
committed
updated readme
1 parent a2460e9 commit 4d146bb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ Simple angular2 app with python-flask backend (for learning angular2)
4545
4646
4. Now navigate to `http://localhost:3000` and login using default credential : `admin:admin`
4747
48-
### Docker support:
49-
50-
The current build is using `nginx` to serve static files. The pre-requisite is to run the following commands and then use `docker-compose`
51-
52-
1. Build the frontend ( production build )
48+
5. Extra Note: To create a production build
5349
5450
```bash
5551
cd front
5652
npm install webpack-dev-server rimraf webpack typescript -g
5753
npm install
5854
npm run build:prod
5955
```
60-
61-
4. Now, in project root directory execute `docker-compose up`
6256
63-
3. Navigate to `http://localhost:3000` and login using `admin:admin`
57+
### Docker support:
58+
59+
The current build is using `nginx` to serve static files. The pre-requisite is to run the following commands and then use `docker-compose`
60+
61+
1. In project root directory execute `docker-compose up`
62+
63+
2. Navigate to `http://localhost:3000` and login using `admin:admin`

0 commit comments

Comments
 (0)