From 5f88380b0eaa3f34920aae4eaf7f9de7f9b7a80e Mon Sep 17 00:00:00 2001 From: Alexandre Date: Thu, 13 Jan 2022 21:23:04 +0100 Subject: [PATCH] prettier --- tandoor_recipes/Dockerfile | 4 ++-- tandoor_recipes/config.json | 15 +++------------ 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/tandoor_recipes/Dockerfile b/tandoor_recipes/Dockerfile index 719612ff7..27f7386f1 100644 --- a/tandoor_recipes/Dockerfile +++ b/tandoor_recipes/Dockerfile @@ -30,7 +30,7 @@ FROM ${BUILD_FROM} COPY rootfs/ / # Manual apps -ENV PACKAGES="" +ENV PACKAGES="" # Automatic apps & bashio RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \ @@ -54,7 +54,7 @@ RUN mkdir -p /tmpscripts /etc/cont-init.d && \ # 4 Entrypoint # ################ -RUN chmod 777 /entrypoint.sh +RUN chmod 777 /entrypoint.sh #WORKDIR /data/recipes ENTRYPOINT [ "/usr/bin/env" ] CMD [ "/entrypoint.sh" ] diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index becebd314..c04c0d0c6 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -1,19 +1,12 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7", - "armhf" - ], + "arch": ["aarch64", "amd64", "armv7", "armhf"], "boot": "auto", "description": "recipe manager", "environment": { "DB_ENGINE": "django.db.backends.sqlite3", "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db" }, - "map": [ - "config:rw" - ], + "map": ["config:rw"], "name": "Tandoor recipes", "options": { "SECRET_KEY": "YOUR_SECRET_KEY", @@ -26,9 +19,7 @@ "ports_description": { "8080/tcp": "Web interface" }, - "services": [ - "mysql:want" - ], + "services": ["mysql:want"], "schema": { "SECRET_KEY": "str", "DB_TYPE": "list(sqlite|postgresql_external|mariadb_addon)",