mirror of
https://github.com/tenox7/wrp.git
synced 2026-04-05 22:01:37 +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"
|