Spaces:
Runtime error
Runtime error
Commit
·
8c42184
1
Parent(s):
ca3c1b6
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,4 +9,4 @@ COPY index.php /var/www/html
|
|
9 |
|
10 |
EXPOSE 7860
|
11 |
|
12 |
-
CMD ["php", "-S", "0.0.0.0:7860", "-t", "
|
|
|
9 |
|
10 |
EXPOSE 7860
|
11 |
|
12 |
+
CMD ["php", "-S", "0.0.0.0:7860", "-t", "/var/www/html"]
|