Update instructions.md

Changed YOu to You
This commit is contained in:
Mahendra Yadav 2023-12-01 11:52:05 +05:30 committed by GitHub
parent 2d08689e49
commit 850dd839d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ For more information about `ENTRYPOINT`, see [Dockerfile reference for the ENTRY
### VOLUME
YOu should use the `VOLUME` instruction to expose any database storage area,
You should use the `VOLUME` instruction to expose any database storage area,
configuration storage, or files and folders created by your Docker container. You
are strongly encouraged to use `VOLUME` for any combination of mutable or user-serviceable
parts of your image.