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