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
2 changed files with 6 additions and 0 deletions

View File

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