diff options
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |