diff --git a/Dockerfile b/Dockerfile index 9b3bffe..4771572 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ 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 -ENTRYPOINT ["/app/run.sh", "${VLANS}"] +ENTRYPOINT /app/run.sh "${VLANS}"