Skip to content

Commit 01b7664

Browse files
authored
Merge pull request #111 from Zohair-coder/auth-fix
Only install chromium instead of all browsers
2 parents d793d98 + 8d7623b commit 01b7664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY . /app
99
# install dependencies
1010
RUN pip install --upgrade pip && \
1111
pip install -r requirements.txt && \
12-
playwright install --with-deps
12+
playwright install chromium --with-deps
1313

1414
# Run the Python script
1515
CMD ["python3", "src/main.py", "--db", "--all-colleges", "--ratings", "--email"]

0 commit comments

Comments
 (0)