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-08 12:24:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
bin
/
docker
/
rake
4 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
docker dev binaries
2015-11-02 13:33: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/rake "$@"
Reference in New Issue
Copy Permalink