index.php (page)

From wikieduonline
Jump to navigation Jump to search


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: