Update wrapper/dockerfile
Added playwright and chromium for data scraping, and simplified env designation
This commit is contained in:
parent
5258b5cd9d
commit
edcf1c2ec1
@ -20,7 +20,7 @@ RUN if [ "$WITH_PLAYWRIGHT" = "1" ]; then \
|
|||||||
|
|
||||||
# Wrapper entrypoint
|
# Wrapper entrypoint
|
||||||
COPY start.sh /start.sh
|
COPY start.sh /start.sh
|
||||||
COPY wrapper.py /app/wrapper.py
|
COPY wrapper.py /wrapper/wrapper.py
|
||||||
RUN chmod +x /start.sh
|
RUN chmod +x /start.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/start.sh"]
|
ENTRYPOINT ["/start.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user