Skip to content
Snippets Groups Projects
Commit a8c97f26 authored by MikaelKrats's avatar MikaelKrats
Browse files

missing change

parent 8f22a63d
Branches main
No related tags found
1 merge request!60Multicurrency
Pipeline #15951 passed
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment