Akwbw commited on
Commit
cdaf281
Β·
verified Β·
1 Parent(s): 11e1e38

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ COPY . .
6
 
7
  RUN python -m pip install --upgrade pip
8
  RUN pip install --no-cache-dir -r requirements.txt
 
9
 
10
  EXPOSE 5000
11
 
 
6
 
7
  RUN python -m pip install --upgrade pip
8
  RUN pip install --no-cache-dir -r requirements.txt
9
+ RUN playwright install chromium
10
 
11
  EXPOSE 5000
12