diff options
| author | Michael Grote | 2023-06-10 11:03:35 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-06-10 11:03:35 +0200 |
| commit | 54009fb408fc9c71003a0d30c13745399ab4f49c (patch) | |
| tree | cfc4667796dd04493bb8a14630721c51dce3498c /Dockerfile | |
| parent | 4ce156082a960d2691eed7ba9ba4440eb0e95bc6 (diff) | |
ci: ignore DL3025
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,5 +14,5 @@ RUN set -ex && \ 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 - +# hadolint ignore=DL3025 ENTRYPOINT /app/run.sh "${VLANS}" |