PHP Classes

File: ops/docker/prod/nginx/Dockerfile

Recommend this page to a friend!
  Classes of Leonardo Di Sarli   Ala PHP API Micro-Framework   ops/docker/prod/nginx/Dockerfile   Download  
File: ops/docker/prod/nginx/Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Ala PHP API Micro-Framework
Generate base code for API using a query builder
Author: By
Last change:
Date: 6 months ago
Size: 207 bytes
 

Contents

Class file image Download
FROM nginx:1.25.3-alpine3.18-slim COPY ./ops/docker/prod/nginx/default.conf /etc/nginx/conf.d/default.conf COPY . /var/www/html EXPOSE 80 EXPOSE 443 STOPSIGNAL SIGTERM CMD ["nginx", "-g", "daemon off;"]