Skip to content

Commit

Permalink
Add missing rails-7-1 to docker-compose.yml
Browse files Browse the repository at this point in the history
The Dockerfile was added in #199
but not added to this file, so I don't think it is actually used.
  • Loading branch information
jamiecobbett committed Oct 23, 2024
1 parent d011b3a commit 844f09b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meta_request/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ services:
build:
context: .
dockerfile: Dockerfile-rails-7.0
test-rails-7.1:
build:
context: .
dockerfile: Dockerfile-rails-7.1

0 comments on commit 844f09b

Please sign in to comment.