From 639f916b6a154f4549e922a5cba334126a5200c8 Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Sun, 17 Sep 2023 00:22:57 -0700 Subject: [PATCH] Why bother test. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65c6268..c8fbe2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \ FROM rust:latest LABEL org.opencontainers.image.source=https://github.com/kixelated/moq-rs -LABEL org.opencontainers.image.licenses=MIT OR Apache-2.0 +LABEL org.opencontainers.image.licenses="MIT OR Apache-2.0" # Fly.io entrypoint ADD fly-relay.sh .