Skip to content

Commit

Permalink
Merge pull request #1198 from alphagov/sengi/base-image
Browse files Browse the repository at this point in the history
Use govuk-ruby-images and disable pidfile.
  • Loading branch information
kentsanggds authored Feb 27, 2024
2 parents 796dfdd + d5d4077 commit f7ba6db
Show file tree
Hide file tree
Showing 10 changed files with 366 additions and 208 deletions.
14 changes: 14 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.dockerignore
.git
.gitignore
.github
Dockerfile
README.md
coverage
docs
log
node_modules
spec
test
tmp
vendor/bundle
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
source "https://rubygems.org"

ruby File.read(".ruby-version").strip

gem "rails", "7.0.5.1"

gem "addressable"
Expand All @@ -27,6 +25,7 @@ gem "net-smtp"
gem "nokogiri"
gem "parslet"
gem "pg"
gem "plek", "~> 4.1" # TODO: unconstrain once govuk_pub_components up-to-date.
gem "puma"
gem "redcarpet"
gem "rest-client"
Expand Down
Loading

0 comments on commit f7ba6db

Please sign in to comment.