parent
0ee162d8b2
commit
4ce156082a
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ COPY --from=builder /bin/mdns-repeater /bin/mdns-repeater
|
||||||
COPY run.sh /app/
|
COPY run.sh /app/
|
||||||
RUN chmod +x /bin/mdns-repeater && setcap cap_net_raw=+ep /bin/mdns-repeater && chmod +x /app/run.sh
|
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}"
|
||||||
|
|
Reference in a new issue