mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
use dynamic driver symlink
This commit is contained in:
parent
b2ab16802a
commit
5e0dfd2a91
@ -28,5 +28,5 @@ RUN poetry install
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
HEALTHCHECK --interval=60s --timeout=30s --start-period=5s --retries=3 CMD [ "curl", "http://localhost:8191/health" ]
|
HEALTHCHECK --interval=60s --timeout=30s --start-period=5s --retries=3 CMD [ "curl", "http://localhost:8191/health" ]
|
||||||
RUN ln /usr/bin/chromedriver ./.venv/lib/python3.12/site-packages/seleniumbase/drivers/uc_driver
|
RUN cd .venv/lib/*/site-packages/seleniumbase/drivers && ln -s /usr/bin/chromedriver uc_driver
|
||||||
CMD ["./cmd.sh"]
|
CMD ["./cmd.sh"]
|
Loading…
x
Reference in New Issue
Block a user