aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 7e6de36..be220fd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,5 +16,4 @@ RUN setcap cap_net_raw=+ep /bin/mdns-repeater
COPY run.sh /app/
RUN chmod +x /app/run.sh
-ENTRYPOINT ["/app/run.sh"]
-CMD ["/bin/mdns-repeater", "-f", "eth0.20", "eth0.100"]
+ENTRYPOINT /app/run.sh "${VLANS}"