Skip to content

Commit

Permalink
Fix heroku-20 dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Sep 26, 2023
1 parent ae7e01d commit 58a0c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile.heroku-20
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ ENV PATH="/root/.cargo/bin:${PATH}"
# output dir is mounted

ADD build.rb /tmp/build.rb
COPY lib/ /tmp/lib/
CMD ["ruby", "/tmp/build.rb", "/tmp/workspace", "/tmp/output", "/tmp/cache"]

0 comments on commit 58a0c48

Please sign in to comment.