File tree Expand file tree Collapse file tree 4 files changed +13
-21
lines changed Expand file tree Collapse file tree 4 files changed +13
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55name : symfonydocs
66
77# The toolstack used to build the application.
8- type : " php"
9-
10- build :
11- flavor : " composer"
8+ type : " python:3.7"
129
1310# The configuration of app when it is exposed to the web.
1411web :
5350 build : |
5451 virtualenv .virtualenv
5552 . .virtualenv/bin/activate
56- # Platform.sh currently sets PIP_USER=1.
53+ # SymfonyCloud currently sets PIP_USER=1.
5754 export PIP_USER=
5855 pip install pip==9.0.1 wheel==0.29.0
5956 pip install -r _build/.requirements.txt
Original file line number Diff line number Diff line change 1+ https://{default}/ :
2+ cache :
3+ cookies :
4+ - ' *'
5+ default_ttl : 0
6+ enabled : true
7+ headers :
8+ - Accept
9+ - Accept-Language
10+ type : upstream
11+ upstream : symfonydocs:http
File renamed without changes.
You can’t perform that action at this time.
0 commit comments