Browse Source

Add 'Dockerfile'

天问 1 month ago
parent
commit
2379372c34
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Dockerfile

+ 3 - 0
Dockerfile

@@ -0,0 +1,3 @@
+FROM httpd:2.4
+COPY ./ /usr/local/apache2/htdocs/
+