mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
6 lines
178 B
Docker
6 lines
178 B
Docker
FROM ubuntu:24.04
|
|
RUN apt update && apt install -y ca-certificates && rm -fr /var/cache/apt
|
|
ENTRYPOINT [ "/go/bin/netbird-proxy"]
|
|
CMD []
|
|
COPY netbird-proxy /go/bin/netbird-proxy
|