mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Compare commits
2 commits
dd4fc77e5f
...
9951841329
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9951841329 | ||
|
|
4f87fb7220 |
3 changed files with 4 additions and 2 deletions
|
|
@ -80,4 +80,6 @@ RUN chmod +x /usr/local/bin/sidekiq-entrypoint.sh
|
||||||
|
|
||||||
EXPOSE $RAILS_PORT
|
EXPOSE $RAILS_PORT
|
||||||
|
|
||||||
|
STOPSIGNAL SIGINT
|
||||||
|
|
||||||
ENTRYPOINT [ "bundle", "exec" ]
|
ENTRYPOINT [ "bundle", "exec" ]
|
||||||
|
|
|
||||||
|
|
@ -33,4 +33,4 @@ done
|
||||||
echo "✅ PostgreSQL is ready!"
|
echo "✅ PostgreSQL is ready!"
|
||||||
|
|
||||||
# run sidekiq
|
# run sidekiq
|
||||||
bundle exec sidekiq
|
exec bundle exec sidekiq
|
||||||
|
|
|
||||||
|
|
@ -83,4 +83,4 @@ echo "Running seeds..."
|
||||||
bundle exec rails db:seed
|
bundle exec rails db:seed
|
||||||
|
|
||||||
# run passed commands
|
# run passed commands
|
||||||
bundle exec ${@}
|
exec bundle exec ${@}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue