Add files via upload

This commit is contained in:
HblGit 2022-09-06 16:06:46 -06:00 committed by GitHub
parent b5628e1a35
commit 83b7dd7ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<?php
echo "Estoy ejecuntado codigo de php";
?>

View File

@ -0,0 +1,3 @@
FROM php:7.2-apache
COPY ./Archivos/ /var/www/html/
EXPOSE 80