s3manager-web/deployments/cf/manifest.yml
Disler Colin, INI-DOS-FDN-ENB a5f6092f8d Fixes filname in command declaration
The filename of the entrypoint was entrypoint-cf.sh, but the file is named entrypoint.sh
2020-06-02 23:19:17 +02:00

9 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