aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMichael Grote2023-06-10 10:01:06 +0200
committerMichael Grote2023-06-10 10:01:06 +0200
commit295b8cfdec251852e2c002f2b5fd4299e63d1559 (patch)
tree5496120cc5b070b0dc7a2c685a678412299749db /Dockerfile
parent60df3d193f421e9ad9c646085ccb70f4e9829cde (diff)
add new version
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}"