Skip to content

Commit

Permalink
Docker : updating php version to 8.4.0-RC1 #19
Browse files Browse the repository at this point in the history
  • Loading branch information
rayanlevert committed Oct 1, 2024
1 parent 74c68c1 commit bac3c4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
services:
cli:
build: docker/8.3
build: docker/8.4
restart: 'no'
tty: true
stdin_open: true
working_dir: /app
volumes:
- .:/app
24 changes: 0 additions & 24 deletions docker/8.3/Dockerfile

This file was deleted.

0 comments on commit bac3c4b

Please sign in to comment.