This website works better with JavaScript
Home
Explore
Project
Register
Sign In
python
/
mkdocs
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Add 'Dockerfile'
天问
1 year ago
parent
e9ae8cb38d
commit
2379372c34
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
Dockerfile
+ 3
- 0
Dockerfile
View File
@@ -0,0 +1,3 @@
+FROM httpd:2.4
+COPY ./ /usr/local/apache2/htdocs/
+