This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-29 04:03:57 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
092633c14f
discourse
/
bin
/
docker
/
rake
4 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
docker dev binaries
2015-11-01 20:33:08 -06: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 10:24:09 -05:00
exec "$(dirname "$0")/exec" bin/rake "$@"
Reference in New Issue
Copy Permalink