Spaces:
Runtime error
Runtime error
Commit
·
665da92
1
Parent(s):
334bbfe
Create Dockerfile
Browse files- 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
|