From a8c97f260343b912d0b172af9bbc689d0ce11629 Mon Sep 17 00:00:00 2001 From: MikaelKrats <mikael.krats@gmail.com> Date: Sun, 19 Feb 2023 20:57:58 +0200 Subject: [PATCH] missing change --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 590d63b4..4a957a53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,6 +61,10 @@ ENV CI_COMMIT_SHA=${CI_COMMIT_SHA} ## Save build date and time RUN echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> /app/.env +## Download the currency exchange rates from European Central Bank +RUN flask update-currency-rates + + ## To prevent vscode constantly re-installing extensions, we need to create a folder for it. ## In devcontainer.json, we mount volume to this folder so that extensions are not lost. ## Create vscode extension folder, and change ownership of it. -- GitLab