mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-16 01:57:16 +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 ./bin /openedx/bin
|
||||
RUN chmod a+x /openedx/bin/*
|
||||
ENV PATH /openedx/bin:${PATH}
|
||||
|
||||
{{ patch("openedx-dockerfile-pre-assets") }}
|
||||
|
Loading…
Reference in New Issue
Block a user