rework all docker images to use debian slim

This commit is contained in:
Pau Capó 2023-11-26 13:08:01 +01:00
parent 9d5a6833ae
commit 62036249fd
10 changed files with 180 additions and 103 deletions

View file

@ -1,9 +1,9 @@
Only build for arm right now, based on php-apache images
Only build for arm right now, based on debian:bookworm-slim images and some code of php:8.2-apache, version 7.4 and 8.2
```bash
docker run -d --name container_name \
-v ./www:/var/www/html \
-v ./php:/usr/local/etc/php/conf.d \
-v ./msmpt.yaml:/etc/msmtprc \
git.paucapo.com/server/php:8.2-apache
git.paucapo.com/server/php:8.2
```