Prepare for deploy

This commit is contained in:
Michel 2024-11-05 20:05:05 +01:00
parent d6ebf8f4ff
commit cc8182b506
5 changed files with 30 additions and 0 deletions

8
deploy/Dockerfile Normal file
View file

@ -0,0 +1,8 @@
FROM php:8.3-fpm
RUN apt-get update && \
apt-get install -y \
libzip-dev libpng-dev
RUN docker-php-ext-install zip
RUN docker-php-ext-install gd