Update strapi.json

This commit is contained in:
Kasra Bigdeli 2020-01-31 23:41:14 -05:00 committed by GitHub
parent 2fc48ea713
commit 29f5749b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@
"containerHttpPort": "1337",
"dockerfileLines": [
"FROM strapi/strapi:$$cap_strapi_version",
"RUN mkdir -p /srv/app/config/environments/production/",
"RUN echo \"{\"proxy\":{\"enabled\":true,\"ssl\":false,\"host\":\"$$cap_appname.$$cap_root_domain\",\"port\":80}}\" > /srv/app/config/environments/production/server.json "
"RUN mkdir -p /srv/app/config/environments/production/"
],
"volumes": [
"$$cap_appname-data:/srv/app"