set bash explicit

This commit is contained in:
Michael Grote 2023-06-19 11:13:33 +02:00
parent f48be9b0af
commit 52e2b9ae5f
1 changed files with 1 additions and 1 deletions

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
# hadolint ignore=DL3025
ENTRYPOINT /app/run.sh "${VLANS}"
ENTRYPOINT /bin/bash /app/run.sh "${VLANS}"