Skip to content

Commit 56b9678

Browse files
authored
Update README.md
1 parent 080c9e4 commit 56b9678

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,11 @@ You will have the following directory structure. Here is an explanation of all t
4646

4747
```
4848
.
49-
├── .docker # Where the SSH keys for your Docker container are stored.
5049
├── .github # Contains workflows for running tests, PHP Stan and Code Style Fixers.
5150
├── src # Your application's source files
5251
├── tests # Automated tests (PEST)
5352
├── docker-compose.yml # This file will be used to deploy your application to production.
54-
└── Dockerfile # This file allows you to customise the production image.
53+
└── Dockerfile # This file allows you to customise the production image and add extra PHP extensions.
5554
```
5655
You may choose to keep the tests and the `.github` folder. If you don't use/need code style or PHP stan these can be uninstalled by removing them from `composer.json` and running `composer update`.
5756

0 commit comments

Comments
 (0)