adowu commited on
Commit
142f0b3
·
verified ·
1 Parent(s): cb779c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -41,5 +41,5 @@ ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
41
  RUN mkdir -p $PLAYWRIGHT_BROWSERS_PATH \
42
  && playwright install chromium --with-deps
43
 
44
- # Run the app when the container launches. Using the full path to app.py
45
- CMD ["python", "/app/app.py"]
 
41
  RUN mkdir -p $PLAYWRIGHT_BROWSERS_PATH \
42
  && playwright install chromium --with-deps
43
 
44
+ # Run the app when the container launches
45
+ CMD ["python", "app.py"]