ci: DL3025

This commit is contained in:
Michael Grote 2023-06-10 10:52:41 +02:00
parent 1d99f964f4
commit 7e303af240
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ RUN setcap cap_net_raw=+ep /bin/mdns-repeater
COPY run.sh /app/
RUN chmod +x /app/run.sh
ENTRYPOINT /app/run.sh "${VLANS}"
ENTRYPOINT ["/app/run.sh", "${VLANS}"]