Skip to content

Commit

Permalink
- try removing nginx command
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Sep 19, 2024
1 parent 5bb32d2 commit 2316312
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tdrs-frontend/manifest.buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ version: 1
applications:
- name: tdp-frontend
timeout: 180
memory: 256M
instances: 1
disk_quota: 256M
buildpacks:
- https://github.com/cloudfoundry/nginx-buildpack.git#v1.2.6
- https://github.com/cloudfoundry/binary-buildpack
processes:
- type: web
memory: 256M
instances: 1
disk_quota: 256M
command: |
nginx -s reload -p /home/vcap/app -c ./nginx.conf
- type: worker
memory: 128M
instances: 1
Expand Down

0 comments on commit 2316312

Please sign in to comment.