1tbfree commited on
Commit
c4941c5
1 Parent(s): 048fc37

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ COPY . .
11
  EXPOSE 7860
12
 
13
  # Start the PHP built-in server
14
- CMD ["php", "-S", "0.0.0.0:7860", "index.php"]
 
11
  EXPOSE 7860
12
 
13
  # Start the PHP built-in server
14
+ CMD ["php", "-S", "0.0.0.0:7860"]