Skip to content

Commit

Permalink
remove xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusJLechner committed Jul 17, 2024
1 parent 3d0f022 commit 9ca04ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@ FROM php-base AS development
## Reload sysctl settings
#RUN apt-get update && apt-get install -y gdb

# Install and configure xdebug. Do not copy to conf.d, as it should be enabled/disabled by the user using entrypoint and env XDEBUG_ENABLED
RUN pecl install xdebug-3.3.0alpha3 \
&& docker-php-ext-enable xdebug
COPY --chown=${USER_ID}:${GROUP_ID} ./docker/webserver/xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
RUN chown -R ${USER_ID}:${GROUP_ID} /usr/local/etc/php/conf.d/

# wget necessary for entrypoint mysql wait
# gettext necessary for sail npm i18n commands
RUN apt-get update \
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
```shell
sail up --build
siege -c 10 -t 1M 'http://localhost:10000/'

```

0 comments on commit 9ca04ac

Please sign in to comment.