This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-07 03:48:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
bin
/
docker
/
unicorn
4 lines
58 B
Plaintext
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 "$@"
Reference in New Issue
Copy Permalink