dfa32412 commited on
Commit
3fe6d6b
·
verified ·
1 Parent(s): 29fad8f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ run python -m playwright install --with-deps chromium
11
 
12
  COPY . .
13
 
14
- CMD ["xvfb-run", "-a", "--server-args=-screen 0 1920x1080x24", "python", "app.py"]
 
11
 
12
  COPY . .
13
 
14
+ CMD ["python", "app.py"]