PHP Classes

File: docker/nginx/Dockerfile

Recommend this page to a friend!
  Classes of Aleksandar Zivanovic   PHP Request Action Handler   docker/nginx/Dockerfile   Download  
File: docker/nginx/Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Request Action Handler
Handle HTTP requests to a REST API
Author: By
Last change:
Date: 4 years ago
Size: 110 bytes
 

Contents

Class file image Download
FROM nginx:latest ADD nginx.conf /etc/nginx/conf.d/default.conf ENTRYPOINT nginx -g "daemon off;" EXPOSE 80