Skip to content

Commit

Permalink
docker build --target production on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Jan 8, 2023
1 parent 3cf0639 commit 816fef5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions heroku.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build:
docker:
web: Dockerfile
args:
- --target=production
config:
RAILS_ENV: production
run:
Expand Down

0 comments on commit 816fef5

Please sign in to comment.