Commit Graph

7 Commits

Author SHA1 Message Date
Sameer Naik 5abec1d6ca allow users to launch the container with a custom command
The `app-entrypoint.sh` performs the container setup bits only if the
specified command is prefixed with `bundle exec`. In other cases the
specified command is launched without any container initializations.

f.e. `docker run -it --rm express bash` will start the `bash` command
inside the container.
2016-06-24 16:16:26 +05:30
Miguel Martinez 79f53728b8 Removing tmp 2016-06-17 12:40:07 -07:00
Miguel Martinez b0bc60fb2c Typos 2016-06-15 15:10:23 -07:00
Miguel Martinez 3ce3e24a29 Adding Example config file 2016-06-15 14:43:40 -07:00
Miguel Martinez 997ba7e810 Fixing MongoDb host 2016-06-15 14:01:17 -07:00
Miguel Martinez 44eb15e3a5 Moving to MongoDB 2016-06-15 13:53:06 -07:00
Miguel Martinez 35a5e39b39 Express Up and Running without database 2016-06-15 11:37:18 -07:00