aliabid94 HF Staff commited on
Commit
53f14fc
·
1 Parent(s): 24572a8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ RUN pip install -r requirements.txt
22
  # Copy the rest of the application
23
  COPY . /app/
24
 
25
- CMD [ "python", "./app.py" ]
 
22
  # Copy the rest of the application
23
  COPY . /app/
24
 
25
+ CMD [ "python", "-m", "http.server" ]