Spaces:
Sleeping
Sleeping
creamos index.php y Dockerfile
Browse files- 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","-
|
10 |
|
|
|
6 |
COPY index.php index.php
|
7 |
|
8 |
EXPOSE 7869
|
9 |
+
CMD ["php","-S","0.0.0.0:7860"]
|
10 |
|