Skip to content

Commit

Permalink
Update Docker setup to use Ruby 3.2.2 and clean some things up
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Jan 7, 2024
1 parent adbe612 commit f73d888
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.gem
*.key
.containers.yml

/.bundle/
/doc/
/log/*.log
Expand All @@ -13,5 +14,7 @@
/test/dummy/storage/
/test/dummy/tmp/
/tmp/

Gemfile.lock
test/dummy/app/assets/builds/
test/dummy/app/javascript/@turbo-boost
2 changes: 1 addition & 1 deletion bin/docker/run/remote
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ bundle install
cd test/dummy
rm -rf tmp/pids/*
bin/rails db:create db:migrate db:seed
bin/rails assets:clean
bin/rails assets:precompile tailwindcss:build assets:clean
bin/rails server --binding=0.0.0.0 --port=3000
1 change: 0 additions & 1 deletion test/dummy/app/assets/builds/tailwind.css

This file was deleted.

0 comments on commit f73d888

Please sign in to comment.