File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ services:
27
27
ports :
28
28
- " 4200:80"
29
29
volumes :
30
- - ./frontend/dist/frontend/ :/usr/share/nginx/html/
30
+ - ./frontend/dist:/usr/share/nginx/html
31
31
- ./nginx/conf/nginx.conf:/etc/nginx/nginx.conf
32
32
environment :
33
33
- NGINX_HOST=ninrod.org
Original file line number Diff line number Diff line change 17
17
"build" : {
18
18
"builder" : " @angular-devkit/build-angular:browser" ,
19
19
"options" : {
20
- "outputPath" : " dist/frontend" ,
20
+ "outputPath" : " dist" ,
21
+ "deleteOutputPath" : false ,
21
22
"index" : " src/index.html" ,
22
23
"main" : " src/main.ts" ,
23
24
"polyfills" : " src/polyfills.ts" ,
Original file line number Diff line number Diff line change 54
54
"json-server" : " 0.12.1" ,
55
55
"npm-run-all" : " 4.1.2"
56
56
}
57
- }
57
+ }
Original file line number Diff line number Diff line change 8
8
< h2 > Here are some links to help you start: </ h2 >
9
9
< ul >
10
10
< li >
11
- < h2 > < a target ="_blank " rel ="noopener " href ="https://angular.io/tutorial "> Tour of Heroes</ a > </ h2 >
11
+ < h2 > < a target ="_blank " rel ="noopener " href ="https://angular.io/tutorial "> Tour of Heroes is awesome adilson do céu! </ a > </ h2 >
12
12
</ li >
13
13
< li >
14
14
< h2 > < a target ="_blank " rel ="noopener " href ="https://angular.io/cli "> CLI Documentation</ a > </ h2 >
You can’t perform that action at this time.
0 commit comments