FROM webdevops/php-apache:8.2-alpine RUN apk add --no-cache ffmpeg # Ensure the WEB_DOCUMENT_ROOT environment variable works with the base image ENV WEB_DOCUMENT_ROOT=/app/web # Set working directory to match the original PHP setup WORKDIR /app