mirror of
https://github.com/tenox7/wrp.git
synced 2026-07-08 18:06:35 +00:00
6 lines
133 B
Docker
6 lines
133 B
Docker
FROM chromedp/headless-shell
|
|
COPY wrp /wrp
|
|
ENTRYPOINT ["/wrp"]
|
|
ENV PATH="/headless-shell:${PATH}"
|
|
LABEL maintainer="as@tenoware.com"
|