diff --git a/Jenkinsfile b/Jenkinsfile index 7aa25e2..1d01f96 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,8 +29,8 @@ pipeline { stages { stage("Run") { steps { - sh 'docker-compose up -d' sh 'docker-compose run --rm rails assets:precompile' + sh 'docker-compose up -d' } } stage("Tests") {