Skip to content
Snippets Groups Projects
Commit 593655d916c4 authored by Philippe Pepiot's avatar Philippe Pepiot
Browse files

[docker] fix /etc/cubicweb.d not writable by cubicweb user

parent ace430a0d133
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
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
......
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