adowu commited on
Commit
4d90c93
·
verified ·
1 Parent(s): ff125d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -11
app.py CHANGED
@@ -41,14 +41,5 @@ ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
41
  RUN mkdir -p $PLAYWRIGHT_BROWSERS_PATH \
42
  && playwright install chromium --with-deps
43
 
44
-
45
- # Make port available to the world outside this container (if you add a server later)
46
- # EXPOSE 8000
47
-
48
- # Define environment variables (replace with your actual username and password)
49
- # Best practice: Use Docker secrets or environment variables during `docker run`
50
- # ENV HUGGINGFACE_USERNAME=your_username
51
- # ENV HUGGINGFACE_PASSWORD=your_password
52
-
53
- # Run the app when the container launches. Correct the filename here.
54
- CMD ["python", "app"]
 
41
  RUN mkdir -p $PLAYWRIGHT_BROWSERS_PATH \
42
  && playwright install chromium --with-deps
43
 
44
+ # Run the app when the container launches. Make sure it's the correct filename
45
+ CMD ["python", "app.py"]