PHP Classes

File: example/Dockerfile.monitoramento

Recommend this page to a friend!
  Classes of Matheusz Maydana   Docker Compose Auto Scaling Service   example/Dockerfile.monitoramento   Download  
File: example/Dockerfile.monitoramento
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Docker Compose Auto Scaling Service
Manage the deployment of services using Docker
Author: By
Last change:
Date: 1 month ago
Size: 164 bytes
 

Contents

Class file image Download
FROM php:8.1-cli WORKDIR /app RUN apt-get update && apt-get install -y \ git \ && rm -rf /var/lib/apt/lists/* COPY . . CMD ["php", "monitoramento.php"]