khalyomede/systempay

View on GitHub
docker/php-7-4/Dockerfile

Summary

Maintainability
Test Coverage
FROM php:7.4-alpine

RUN apk add --no-cache composer $PHPIZE_DEPS
RUN pecl install xdebug
RUN docker-php-ext-enable xdebug 

USER www-data