Difference between revisions of "Index.php (page)"

From wikieduonline
Jump to navigation Jump to search
 
Line 6: Line 6:
  
  
 +
* [[Hello, World! (php)]]
  
 +
== See also ==
 +
* {{php}}
  
 
+
[[Category:PHP]]
{{php}}
 

Latest revision as of 14:08, 15 February 2024


FROM php:apache

# Copy your PHP files to the document root
COPY index.php /var/www/html

# Expose the web server port
EXPOSE 80


See also[edit]

Advertising: