This website requires JavaScript.
Explore
关于
常见问题
Help
Sign in
Discourse
/
discourse
Watch
2
Star
0
Fork
You've already forked discourse
0
mirror of
https://github.com/discourse/discourse.git
synced
2025-08-21 19:11:18 +08:00
Code
Packages
Activity
Actions
15
0bf27242ec
discourse
/
bin
/
docker
/
unicorn
4 lines
58 B
Text
Raw
Normal View
History
Unescape
Escape
DEV: improve docker dev environment - pass USER=discourse which is not passed in from docker exec (improves backup restore) - add unicorn script and unicorn support (expose port 9292)
2018-12-31 10:45:08 +11:00
#!/bin/bash
DEV: Update docker development binstubs - Add `d/ember-cli`, and publish port 4200 - Remove `d/sidekiq`. Sidekiq is now started with the rails server - Move all `docker exec` logic into a single place, so we have one place to set environment variable pass-throughs - Use `exec` for all bash scripts, so that return statuses are passed back correctly - Avoid using `bin/bash -c` unnecessarily, because it makes escaping arguments difficult
2021-05-21 16:24:09 +01:00
exec "$(dirname "$0")/exec" bin/unicorn "$@"
Copy permalink