File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,19 @@ Simple angular2 app with python-flask backend (for learning angular2)
4545
46464. 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`
You can’t perform that action at this time.
0 commit comments