aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMichael Grote2023-06-10 11:02:50 +0200
committerMichael Grote2023-06-10 11:02:50 +0200
commit4ce156082a960d2691eed7ba9ba4440eb0e95bc6 (patch)
treefb5a8aded09839b8f4d9c3f30c839c27a6691099 /Dockerfile
parent0ee162d8b20e423ca5bc273441ea0535d46f06d7 (diff)
Revert "ci: DL3025"
This reverts commit 7e303af240b256e42ffe1339a8d5b9e538e93820.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9b3bffe..4771572 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
-ENTRYPOINT ["/app/run.sh", "${VLANS}"]
+ENTRYPOINT /app/run.sh "${VLANS}"