Skip to content

Commit

Permalink
Try precompiling assets before starting server (see Shopify/bootsnap#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolesUC committed Oct 14, 2019
1 parent 6e54f1b commit d1110dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -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") {
Expand Down

0 comments on commit d1110dc

Please sign in to comment.