Rafa01020 commited on
Commit
173c54a
·
1 Parent(s): af7d7fc

Agregado Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +10 -0
Dockerfile ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM debian:12.6
2
+ RUN apt update -y
3
+ RUN apt update -y
4
+ RUN apt install -y php
5
+
6
+ COPY index.php index.php
7
+
8
+ EXPOSE 7869
9
+ CMD ["php","-5","0.0.0.0:7860"]
10
+