ci: DL3025
This commit is contained in:
parent
1d99f964f4
commit
7e303af240
1 changed files with 1 additions and 1 deletions
|
@ -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}"]
|
||||
|
|
Reference in a new issue