Skip to content

Commit

Permalink
Todos, fix entrypoint?
Browse files Browse the repository at this point in the history
  • Loading branch information
hschne committed Oct 24, 2024
1 parent 6c9860a commit 884b3cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e

bundle exec rake db:migrate 2>/dev/null || bundle exec rake db:create db:migrate
bundle exec rake db:prepare 2>/dev/null

exec "$@"
4 changes: 4 additions & 0 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Tweak graph styling, especially with dark mode
- Add screenshot to readme
- Add footer with link to Github
- Publish as gem, update readme with how to run as gem.

0 comments on commit 884b3cf

Please sign in to comment.