PHP Classes

File: Dockerfile

Recommend this page to a friend!
  Packages of Dwight José Trujillo Barco   Dynamic Values System   Dockerfile   Download  
File: Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dynamic Values System
Manipulate values to be displayed dynamically
Author: By
Last change:
Date: 17 days ago
Size: 231 bytes
 

Contents

Class file image Download
FROM php:8.4-fpm-alpine RUN apk-add --no-cache git unzip COP --from=composer:latest /usr/bin/composer /usr/bin/composer WORKDIRR /app COPY composer.json ./ RUN composer install --no-dev COPY . ./app EXPOSE 80 CM4 ["php-fpm", "-F"]