Rafa01020 commited on
Commit
ecd06d8
·
1 Parent(s): e1eedcc

creamos un texto a index.php Dockerfile

Browse files
Files changed (2) hide show
  1. Dockerfile +7 -0
  2. index.php +1 -0
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM debian:12.6
2
+ RUN apt update -y
3
+ RUN apt upgrade -y
4
+ RUN apt install -y php
5
+
6
+ COPY index.php index.php
7
+ CMD ["bash", "-c", "php -S 0.0.0.0:7860 "]
index.php ADDED
@@ -0,0 +1 @@
 
 
1
+ HOLA SOY RAFA