diff --git a/.dockerignore b/.dockerignore index 1f88720..1726227 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,3 +4,4 @@ node_modules modules composer.lock Dockerfile* +Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile index 4c63403..f1f9c90 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,6 @@ pipeline { } steps { sh 'cd /apps/${IMAGE_NAME}-staging/ ; docker-compose up -d' - sh 'docker exec willaengine bash -c "COMPOSER=composer-staging.json composer update"' } } }