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
/
mailcatcher
4 lines
74 B
Text
Raw
Normal View
History
Unescape
Escape
add wrappers for mailcatcher and sidekiq add symlink to simplify invoking docker commands `d/rake`
2016-12-13 09:05:45 +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" mailcatcher --http-ip 0.0.0.0 -f
Copy permalink