Skip to content

Commit

Permalink
Include TLDR section
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersonwhcr committed Aug 6, 2021
1 parent 22f7765 commit 7cb364b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# docker-php-smallest

The Smallest Docker PHP Image `2.32MB`

## TL;DR

```dockerfile
FROM wandersonwhcr/php-smallest

COPY ./index.php ./

CMD ["-S", "0.0.0.0:8000", "index.php"]

EXPOSE 8000
```

0 comments on commit 7cb364b

Please sign in to comment.