PHP Classes

File: .devcontainer/Dockerfile

Recommend this page to a friend!
  Packages of Luke Towers   Winter   .devcontainer/Dockerfile   Download  
File: .devcontainer/Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 304 bytes
 

Contents

Class file image Download
FROM php:8.3-apache-bookworm # Install PHP extensions ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ RUN install-php-extensions @composer gd intl zip xdebug # Enable Apache2 rewrite module RUN a2enmod rewrite