Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
frozen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSE6
frozen
Commits
a8c97f26
Commit
a8c97f26
authored
2 years ago
by
MikaelKrats
Browse files
Options
Downloads
Patches
Plain Diff
missing change
parent
8f22a63d
No related branches found
Branches containing commit
No related tags found
1 merge request
!60
Multicurrency
Pipeline
#15951
passed
2 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-0
4 additions, 0 deletions
Dockerfile
with
4 additions
and
0 deletions
Dockerfile
+
4
−
0
View file @
a8c97f26
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment