Skip to content

Commit b20db3b

Browse files
committed
fix php 8 nginx
1 parent 3c1c2ba commit b20db3b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

fwd-template.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,10 @@
500500
"name": "Dockerfile",
501501
"path": "template/Dockerfile-nginx"
502502
},
503+
{
504+
"name": "entrypoint",
505+
"path": "template/entrypoint"
506+
},
503507
{
504508
"name": "default.tmpl",
505509
"path": "template/default-tmpl"
@@ -523,6 +527,10 @@
523527
"name": "Dockerfile",
524528
"path": "template/Dockerfile-nginx"
525529
},
530+
{
531+
"name": "entrypoint",
532+
"path": "template/entrypoint"
533+
},
526534
{
527535
"name": "default.tmpl",
528536
"path": "template/default-tmpl"

0 commit comments

Comments
 (0)