「🏗️」 wip: work in progress, not done yet.
This commit is contained in:
8
docker/php/Dockerfile
Normal file
8
docker/php/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM php:8.4-fpm-alpine
|
||||
|
||||
# Installez les dépendances nécessaires pour la compilation d'extensions PHP
|
||||
RUN apk --no-cache add \
|
||||
sqlite \
|
||||
sqlite-dev
|
||||
|
||||
RUN mkdir -p /var/www/db && chown -R www-data:www-data /var/www/db
|
Reference in New Issue
Block a user