File tree Expand file tree Collapse file tree 5 files changed +2
-3
lines changed
Expand file tree Collapse file tree 5 files changed +2
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ WORKDIR /srv/app
8787
8888COPY --chown=$UID:$GID --from=composer_build /srv/app ./
8989COPY --chown=$UID:$GID --from=node_build /srv/app/public/build public/build/
90- COPY --chown=$UID:$GID readme .md license .md ./
90+ COPY --chown=$UID:$GID README .md LICENSE.md CHANGELOG .md ./
9191COPY --chown=$UID:$GID bin/console bin/dirigent bin/
9292COPY --chown=$UID:$GID docker/config.yaml config/dirigent.yaml
9393COPY --chown=$UID:$GID docker/env.php ./.env.dirigent.local.php
File renamed without changes.
Original file line number Diff line number Diff line change @@ -53,6 +53,6 @@ Dirigent is developed by [Coded Monkey][codedmonkey].
5353[ docs ] : docs/readme.md
5454[ docs-install ] : docs/installation/readme.md
5555[ github-issues ] : https://github.com/codedmonkey/dirigent/issues
56- [ license ] : license .md
56+ [ license ] : LICENSE .md
5757[ packagist ] : https://packagist.org
5858[ php ] : https://php.net
Original file line number Diff line number Diff line change 33 "description" : " A free and open package registry for Composer" ,
44 "type" : " project" ,
55 "license" : " FSL-1.1-MIT" ,
6- "readme" : " readme.md" ,
76 "minimum-stability" : " stable" ,
87 "prefer-stable" : true ,
98 "require" : {
You can’t perform that action at this time.
0 commit comments