Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit b231621

Browse files
committed
Update README.md
1 parent 8a45687 commit b231621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ Class | Method | HTTP request | Description
889889

890890
1. Copy `.env.example` to `.env` and fill in the values.
891891
2. Run `docker build -t php .` to build the image.
892-
3. Run `docker run --rm php` to run the tests and delete container immediately after.
892+
3. Run `docker run -p 5050:5050 --rm php` to run the tests and delete container immediately after.
893893
4. Make changes Your desire and run again command from step 3. It uses volumes so no need to rebuild the image.
894894

895895
## Author

0 commit comments

Comments
 (0)