aws-samples / aws-samples/eb-py-flask-signup

Missing `VOLUME`? - docker branch

Open
#11 0 comments 3 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.