morrispetris commited on
Commit
665da92
·
1 Parent(s): 334bbfe

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM php:7.0-apache
2
+
3
+ COPY index.php /var/www/html
4
+
5
+ EXPOSE 7860