PHP Classes

File: Dockerfile

Recommend this page to a friend!
  Classes of Rodolfo Berrios Arce   XR PHP Debugger Online   Dockerfile   Download  
File: Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XR PHP Debugger Online
Debug PHP code using a Web interface
Author: By
Last change:
Date: 2 years ago
Size: 110 bytes
 

Contents

Class file image Download
FROM php:8-cli-alpine WORKDIR /app COPY . . EXPOSE 27420 ENTRYPOINT [ "php", "server.php", "-p", "27420" ]