mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Merge 4f87fb7220 into ce8a7cd4ef
This commit is contained in:
commit
9d0730532d
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