aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2023-06-19 11:13:33 +0200
committerMichael Grote2023-06-19 11:13:33 +0200
commit52e2b9ae5f0673e607f2dbf7b1c71eaf29df3e08 (patch)
tree89d084698ee789ee85993f260d72db9c3177661a
parentf48be9b0af62543527329cdb856b968cbeb6ca02 (diff)
set bash explicit
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b477f66..a8fa89d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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}"