Skip to content

Commit

Permalink
stanc.js can use the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rok-cesnovar committed Sep 24, 2021
1 parent 1a4cb39 commit c85c520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ pipeline {
}
stage("Build stanc.js") {
agent {
docker {
image 'andrjohns/stanc3-building:static'
dockerfile {
filename 'docker/debian/Dockerfile'
//Forces image to ignore entrypoint
args "-u root --entrypoint=\'\'"
}
Expand Down

0 comments on commit c85c520

Please sign in to comment.