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-28 19:53:53 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ed13f675eb
discourse
/
bin
/
docker
/
shell_root
4 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add some extra helper scripts
2016-12-12 16:24:31 -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 docker exec -it discourse_dev /bin/bash
Reference in New Issue
Copy Permalink