mirror of
https://github.com/unpoller/unpoller.git
synced 2026-07-31 09:48:42 -04:00
6 lines
108 B
Docker
6 lines
108 B
Docker
FROM gcr.io/distroless/static-debian11
|
|
|
|
COPY unpoller /usr/bin/unpoller
|
|
|
|
ENTRYPOINT [ "/usr/bin/unpoller" ]
|