mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-21 14:59:14 +02:00
Lint
This commit is contained in:
@@ -24,6 +24,7 @@ ENV SUB_PATH=$SUB_PATH
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Clone the Mealie repository to get the frontend source code
|
# Clone the Mealie repository to get the frontend source code
|
||||||
|
# hadolint ignore=DL3003
|
||||||
RUN git clone https://github.com/mealie-recipes/mealie.git . && \
|
RUN git clone https://github.com/mealie-recipes/mealie.git . && \
|
||||||
cd /app/frontend && \
|
cd /app/frontend && \
|
||||||
yarn install --prefer-offline --frozen-lockfile --non-interactive --production=false --network-timeout 1000000 && \
|
yarn install --prefer-offline --frozen-lockfile --non-interactive --production=false --network-timeout 1000000 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user