File tree 1 file changed +8
-8
lines changed
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)
45
45
46
46
4. Now navigate to `http://localhost:3000` and login using default credential : `admin:admin`
47
47
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
53
49
54
50
```bash
55
51
cd front
56
52
npm install webpack-dev-server rimraf webpack typescript -g
57
53
npm install
58
54
npm run build:prod
59
55
```
60
-
61
- 4. Now, in project root directory execute `docker-compose up`
62
56
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