aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4771572..b477f66 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,5 +14,5 @@ RUN set -ex && \
COPY --from=builder /bin/mdns-repeater /bin/mdns-repeater
COPY run.sh /app/
RUN chmod +x /bin/mdns-repeater && setcap cap_net_raw=+ep /bin/mdns-repeater && chmod +x /app/run.sh
-
+# hadolint ignore=DL3025
ENTRYPOINT /app/run.sh "${VLANS}"