Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
fresh
Commits
44a53d36bfdd
Commit
495d4415
authored
Apr 29, 2021
by
Simon Chabot
Browse files
fix(dockerimage): create the instance with the name given in the environment variable
parent
9a9285dd1ec1
Pipeline
#59621
passed with stages
in 5 minutes and 53 seconds
Changes
1
Pipelines
34
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
44a53d36
...
...
@@ -10,4 +10,4 @@ USER cubicweb
ENV
WITH_TRUSTEDAUTH=false
ENV
CW_INSTANCE=fresh
RUN
pip freeze
RUN
cubicweb-ctl create fresh
instance
--automatic
--no-db-create
RUN
cubicweb-ctl create fresh
${
CW_INSTANCE
}
--automatic
--no-db-create
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment