Skip to content

Commit 3be1bc5

Browse files
committed
Remove XDebug from PHP Docker image
1 parent 716e323 commit 3be1bc5

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

docker-compose.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ version: '3.7'
22

33
services:
44
php:
5-
build:
6-
context: .
7-
dockerfile: docker/php/Dockerfile
5+
image: php:8.2-cli
86
volumes:
97
- .:/app:rw
108
working_dir: /app

docker/php/Dockerfile

-4
This file was deleted.

0 commit comments

Comments
 (0)