From fad39dc85851d347f10ac00e44cf7db89a11a593 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 2 Feb 2022 09:21:19 +0100 Subject: [PATCH] config_yaml.sh --- fireflyiii_data_importer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index c21c252e8..47dfeac3f 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -37,7 +37,7 @@ FROM ${BUILD_FROM} COPY rootfs/ / # Modules -ARG MODULES="00-banner.sh 00-global_var.sh" +ARG MODULES="00-banner.sh 00-global_var.sh 90-config_yaml.sh" # Automatic modules download 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) >/dev/null; fi \