Commit 0bff082
committed
Make "db/" into a volume inside the Docker container
AWS ECS docs [1] say that a file that exists in a directory that is subsequently marked as a volume will be copied to the host and remounted into the container.
This is necessary for us to do with the "db/" directory because the
"db:migrate" Rake task writes to "db/schema.rb"
[1] https://docs.aws.amazon.com/AmazonECS/latest/developerguide/bind-mounts.html1 parent 7d943ce commit 0bff082
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
0 commit comments