diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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}" |