Updated Jenkinsfile and nginx.template

This commit is contained in:
Erik Tiekstra
2021-05-04 09:00:10 +02:00
parent 87cf24ceb6
commit cd8d7cbbe1
2 changed files with 4 additions and 3 deletions

View File

@@ -98,7 +98,8 @@ pipeline {
sh '''
npm run build:dafa
cp -r nginx/* ${DIST_PATH}.
cp -r nginx/* ${DIST_PATH}/nginx-start
'''
// Used when testing Openshift, so that we dont need to wait for build. Also put a # before npm ci above