mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Fix assets collection in docker image
"openedx-assets" script was not copied with the right permissions in the docker image.
This commit is contained in:
parent
c07032f826
commit
bf046957de
@ -67,6 +67,7 @@ COPY settings/cms/*.py ./cms/envs/tutor/
|
|||||||
|
|
||||||
# Copy scripts
|
# Copy scripts
|
||||||
COPY ./bin /openedx/bin
|
COPY ./bin /openedx/bin
|
||||||
|
RUN chmod a+x /openedx/bin/*
|
||||||
ENV PATH /openedx/bin:${PATH}
|
ENV PATH /openedx/bin:${PATH}
|
||||||
|
|
||||||
{{ patch("openedx-dockerfile-pre-assets") }}
|
{{ patch("openedx-dockerfile-pre-assets") }}
|
||||||
|
Loading…
Reference in New Issue
Block a user