dockerfix

This commit is contained in:
Renan Bernordi 2025-02-06 23:30:43 -03:00
parent 545e8a7980
commit c54b89eb15

View file

@ -1,5 +1,5 @@
# Stage 1: Build stage
FROM php:8.3-fpm AS builder
# Stage 1
FROM php:8.3-fpm
# Install PHP dependencies and extensions
RUN apt-get update && apt-get install -y \