renfordt/ICStorm

View on GitHub
.docker/Dockerfile

Summary

Maintainability
Test Coverage
FROM php:8.2-fpm

RUN apt-get update && apt-get install -y \
    git \
    curl \
    zip \
    vim \
    unzip

WORKDIR /var/www