This repository was archived by the owner on Nov 10, 2025. It is now read-only.
Commit 944a84d
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 0cdb946 commit 944a84d
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments