mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Fix forum entrypoint rights
This commit is contained in:
parent
ecf3851c23
commit
0559f6acc9
@ -35,6 +35,7 @@ WORKDIR /openedx/cs_comments_service
|
||||
RUN bundle install --deployment
|
||||
|
||||
COPY ./bin /openedx/bin
|
||||
RUN chmod a+x /openedx/bin/*
|
||||
ENV PATH /openedx/bin:${PATH}
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user