File tree Expand file tree Collapse file tree
app/component/task-description Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66RUN npm run build
77
88FROM bitnami/nginx:latest
9- # COPY nginx.conf /etc/nginx /nginx.conf
10- COPY --from=build /usr/src/app/dist/dsomm/ /app
9+ COPY nginx/location .conf /opt/bitnami /nginx/conf/bitnami/location .conf
10+ COPY --from=build /usr/src/app/dist/dsomm/ /app
Original file line number Diff line number Diff line change 1+ location / {
2+ root /app;
3+ try_files $uri $uri/ /index.html =404;
4+ }
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export class TaskDescriptionComponent implements OnInit {
5858 } ) ;
5959
6060 //gets value from sample file
61- this . yaml . setURI ( './assets/YAML/sample .yaml' ) ;
61+ this . yaml . setURI ( './assets/YAML/meta .yaml' ) ;
6262 // Function sets label data
6363 this . yaml . getJson ( ) . subscribe ( ( data ) => {
6464 this . YamlObject = data ;
Original file line number Diff line number Diff line change @@ -1730,7 +1730,7 @@ Implementation:
17301730 comments : " "
17311731 assessment : " "
17321732 Development and Source Control :
1733- Local development linting and style checks performed :
1733+ Local development linting & style checks performed :
17341734 risk : Creating and developing code that contains code smells and quality issues.
17351735 measure : " Integration of quality and linting plugins with interactive development
17361736 environment (IDEs). \n "
You can’t perform that action at this time.
0 commit comments