Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
fresh
Commits
593655d916c4
Commit
25323368
authored
Mar 05, 2020
by
Philippe Pepiot
Browse files
[docker] fix /etc/cubicweb.d not writable by cubicweb user
parent
ace430a0d133
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
593655d9
...
...
@@ -5,6 +5,7 @@ RUN pip install -e /src
RUN
pip
install
-r
/src/docker/requirements.txt
RUN
cp
/src/docker/pyramid.ini.j2 /pyramid.ini.j2
RUN
install
-d
-o
cubicweb
-g
cubicweb /etc/cubicweb.d/fresh/bfss
RUN
chown
-R
cubicweb: /etc/cubicweb.d
USER
cubicweb
ENV
WITH_TRUSTEDAUTH=false
ENV
CW_INSTANCE=fresh
...
...
Write
Preview
Supports
Markdown
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