Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ RUN apk add --no-cache --update \
opcache \
pdo_mysql \
zip \
pcntl \
# Remove dev packages once we're done using them
&& apk del \
autoconf \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The following features work out of the box without any configuration:
- `Nginx` serves as the web host and reverse proxy
- Logs located at `/var/log/nginx/`
- `npm` and `node` are installed for all your Node dependencies and scripts
- `pcntl` for use by Laravel Horizon
- `PHP-FPM/OPcache` for fast performance in the browser and on the CLI
- `Redis` extension is installed for caching
- `supervisord` is installed for process management (Starting with image version `32`)
Expand Down