We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d793d98 + 8d7623b commit 01b7664Copy full SHA for 01b7664
Dockerfile
@@ -9,7 +9,7 @@ COPY . /app
9
# install dependencies
10
RUN pip install --upgrade pip && \
11
pip install -r requirements.txt && \
12
- playwright install --with-deps
+ playwright install chromium --with-deps
13
14
# Run the Python script
15
CMD ["python3", "src/main.py", "--db", "--all-colleges", "--ratings", "--email"]
0 commit comments