diff --git a/Dockerfile b/Dockerfile index 4869d8c..62bc320 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,6 @@ COPY --from=builder /app/udp-fwd . EXPOSE 8125/udp EXPOSE 8080 +LABEL org.opencontainers.image.description="UDP server that forwards incoming packets to multiple destinations" + CMD ["./udp-fwd"] \ No newline at end of file