Skip to content

Commit

Permalink
Updated Cloud66 (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
braidn committed Jun 30, 2016
1 parent 89aef37 commit 24c8f51
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cloud66.md
@@ -1,4 +1,10 @@
##Notes
#Cloud 66

###Docker

* Env variables are not exposed to the docker instance early on so in a docker
file, to say migrate a database, the migrations need to be defered using `ONBUILD`:
* ex: `ONBUILD RUN MIX_ENV=prod mix ecto.migrate`

###Databases

Expand Down

0 comments on commit 24c8f51

Please sign in to comment.