This commit is contained in:
Tony 2024-09-02 11:09:08 +08:00
parent 7eea225721
commit 56f70c5337

1
Jenkinsfile vendored
View File

@ -50,6 +50,7 @@ pipeline {
sh 'pwd && ls -alh'
sh 'node -v'
sh 'npm run build:webpack'
sh 'docker build --build-arg PROFILE=${PROFILE} -t ${IMAGE_NAME} .'
}
}