a5f6092f8d
The filename of the entrypoint was entrypoint-cf.sh, but the file is named entrypoint.sh
8 lines
205 B
YAML
8 lines
205 B
YAML
applications:
|
|
- name: s3-manager
|
|
buildpacks:
|
|
- https://github.com/cloudfoundry/binary-buildpack.git
|
|
memory: 64M
|
|
command: ./deployments/cf/entrypoint.sh
|
|
services:
|
|
- my-storage
|