morrispetris commited on
Commit
8c42184
·
1 Parent(s): ca3c1b6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", ""/var/www/html"]
 
9
 
10
  EXPOSE 7860
11
 
12
+ CMD ["php", "-S", "0.0.0.0:7860", "-t", "/var/www/html"]