diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,4 +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 "${VLANS}" +ENTRYPOINT ["/app/run.sh", "${VLANS}"] |