From 43bab71b0ea114f8940ee8b8e59ad68f4895a20a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 3 Nov 2024 15:22:46 +0100 Subject: [PATCH] Lint --- mealie/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 9b981a2eb..49489cf73 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -24,6 +24,7 @@ ENV SUB_PATH=$SUB_PATH WORKDIR /app # Clone the Mealie repository to get the frontend source code +# hadolint ignore=DL3003 RUN git clone https://github.com/mealie-recipes/mealie.git . && \ cd /app/frontend && \ yarn install --prefer-offline --frozen-lockfile --non-interactive --production=false --network-timeout 1000000 && \