Files
docker-compose-hatthieves/development/mastodon/entrypoint.sh
Your Name 348c54a078 mastodon
2020-05-28 10:31:29 +00:00

6 líneas
123 B
Bash

#!/bin/bash
rm -f /mastodon/tmp/pids/server.pid
bundle exec sidekiq -c 25 &
node ./streaming &
bundle exec rails s -p 3000