Template:Php:apache Dockerfile

From wikieduonline
Revision as of 14:05, 15 February 2024 by Welcome (talk | contribs) (Created page with " FROM php:apache # Copy your PHP files to the document root COPY index.php /var/www/html # Expose the web server port EXPOSE 80")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Advertising: