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

creamos index.php y Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,5 +6,5 @@ RUN apt install -y php
6
  COPY index.php index.php
7
 
8
  EXPOSE 7869
9
- CMD ["php","-5","0.0.0.0:7860"]
10
 
 
6
  COPY index.php index.php
7
 
8
  EXPOSE 7869
9
+ CMD ["php","-S","0.0.0.0:7860"]
10