-
Notifications
You must be signed in to change notification settings - Fork 162
Open
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.
pegaslee, erasmoreno and qatrainer
Metadata
Metadata
Assignees
Labels
No labels