Chore : move files out of directory

This commit is contained in:
Nathan Tien You
2024-09-18 08:54:54 +00:00
parent f282f6cc97
commit f47127cd1d
28 changed files with 0 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM httpd:alpine
COPY ./index.html /usr/local/apache2/htdocs/index.html
COPY ./my-httpd.conf /usr/local/apache2/conf/httpd.conf