diff --git a/angular.json b/angular.json index 2e6925e..c58e00f 100644 --- a/angular.json +++ b/angular.json @@ -48,7 +48,7 @@ "polyfills": "apps/dafa-web/src/polyfills.ts", "tsConfig": "apps/dafa-web/tsconfig.app.json", "aot": true, - "assets": ["apps/dafa-web/src/assets", "apps/dafa-web/src/nginx.conf"], + "assets": ["apps/dafa-web/src/assets"], "styles": ["apps/dafa-web/src/styles/styles.scss"], "stylePreprocessorOptions": { "includePaths": ["apps/dafa-web/src/styles"] diff --git a/openshift/dev/Jenkinsfile b/openshift/dev/Jenkinsfile index 18da044..37a1dc5 100644 --- a/openshift/dev/Jenkinsfile +++ b/openshift/dev/Jenkinsfile @@ -99,7 +99,7 @@ pipeline { npm run build:pega #cp nginx/nginx.conf ${NGINX_PATH} - #cp -r nginx/* ${NGINX_PATH} + cp -r nginx/* ${NGINX_PATH} ''' echo '### Application built! ###'