PHP Classes

File: samples/laravel/Dockerfile

Recommend this page to a friend!
  Packages of Jonatas Matheus Gino de Souza   PHP Service Runner   samples/laravel/Dockerfile   Download  
File: samples/laravel/Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Service Runner
Invoke services using payload data as parameters
Author: By
Last change:
Date: 11 days ago
Size: 303 bytes
 

Contents

Class file image Download
FROM php:8.4-cli-alpine RUN apk add --no-cache git unzip COPY --from=composer:latest /usr/bin/composer /usr/bin/composer WORKDIR /app COPY . . RUN mkdir -p /service-runner database storage/framework/cache storage/framework/sessions storage/framework/views storage/logs bootstrap/cache EXPOSE 8081