aws-samples / aws-samples/eb-py-flask-signup
Missing `VOLUME`? - docker branch
Open
- Dominant language
- HTML
- Stars
- 265
- Forks
- 157
- PR merge metrics
- No merged PRs in 30d
Description
On the `docker` branch's readme - also in the actual file in the project - the `Dockerun.aws.json` declares a volume to be mounted:
```
"Volumes": [
{
"ContainerDirectory": "/var/app",
"HostDirectory": "/var/app"
}
],
```
However I failed to find a `VOLUME ["/var/app"]` line in the Dockerfile, that would allow the above mount to happen.
Contributor guide
Assessment
This issue has not been assessed yet.