Revert "ci: DL3025"

This reverts commit 7e303af240.
This commit is contained in:
Michael Grote 2023-06-10 11:02:50 +02:00
parent 0ee162d8b2
commit 4ce156082a

View file

@ -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}"