Skip to content

Commit

Permalink
Docker : only php8.3 version in the repository + using php-cli and la…
Browse files Browse the repository at this point in the history
…st version of composer
  • Loading branch information
rayanlevert committed Aug 17, 2024
1 parent 4debc7d commit d2f757a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 269 deletions.
202 changes: 0 additions & 202 deletions README.md

This file was deleted.

18 changes: 1 addition & 17 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
version: '2'

services:
cli-8.1:
build: docker/8.1
restart: 'no'
working_dir: /app
volumes:
- .:/app

cli-8.2:
build: docker/8.2
restart: 'no'
working_dir: /app
volumes:
- .:/app

cli-8.3:
cli:
build: docker/8.3
restart: 'no'
working_dir: /app
Expand Down
24 changes: 0 additions & 24 deletions docker/8.1/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions docker/8.2/Dockerfile

This file was deleted.

4 changes: 2 additions & 2 deletions docker/8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM composer:2.6.5 AS composer
FROM php:8.3-fpm
FROM composer:2.7.7 AS composer
FROM php:8.3-cli

LABEL maintainer="Rayan Levert <[email protected]>"

Expand Down

0 comments on commit d2f757a

Please sign in to comment.