Skip to content

Commit 9416f5c

Browse files
committed
Capitalize root markdown files
1 parent 1265e19 commit 9416f5c

File tree

5 files changed

+2
-3
lines changed

5 files changed

+2
-3
lines changed
File renamed without changes.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ WORKDIR /srv/app
8787

8888
COPY --chown=$UID:$GID --from=composer_build /srv/app ./
8989
COPY --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 ./
9191
COPY --chown=$UID:$GID bin/console bin/dirigent bin/
9292
COPY --chown=$UID:$GID docker/config.yaml config/dirigent.yaml
9393
COPY --chown=$UID:$GID docker/env.php ./.env.dirigent.local.php
File renamed without changes.

readme.md renamed to README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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": {

0 commit comments

Comments
 (0)