mirror of
https://github.com/aleleba/curso-basico-kubernetes.git
synced 2025-04-20 00:07:52 -06:00
2 lines
61 B
Docker
2 lines
61 B
Docker
FROM httpd:2.4
|
|
COPY ./public-html/ /usr/local/apache2/htdocs/ |