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

Commit 057ede8

Browse files
committed
run php in terminal
1 parent b231621 commit 057ede8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ COPY --from=composer /app /app
1919

2020
VOLUME /app/data
2121

22-
CMD ["php", "-S", "0.0.0.0:5050", "./__tests__/index.php"]
22+
CMD ["php", "./__tests__/index.php"]

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 -p 5050:5050 --rm php` to run the tests and delete container immediately after.
892+
3. Run `docker run --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)