mirror of
https://github.com/pcvolkmer/docker-wireguard-boringtun.git
synced 2025-04-19 13:26:50 +00:00
Fix label format in Dockerfile
This commit is contained in:
parent
de8a548137
commit
e6731f3e5b
@ -18,7 +18,7 @@ RUN apk --update add iproute2 wireguard-tools-wg-quick libqrencode dnsmasq
|
||||
WORKDIR /scripts
|
||||
|
||||
LABEL org.opencontainers.image.description="WireGuard docker setup using BoringTun"
|
||||
LABEL org.opencontainers.image.source = "https://github.com/pcvolkmer/docker-wireguard-boringtun"
|
||||
LABEL org.opencontainers.image.source="https://github.com/pcvolkmer/docker-wireguard-boringtun"
|
||||
|
||||
COPY --from=build /usr/local/cargo/bin/boringtun-cli /usr/local/bin/boringtun
|
||||
COPY scripts/ ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user