7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-30 21:00:49 +00:00

Fix forum entrypoint rights

This commit is contained in:
Régis Behmo 2019-07-04 18:33:16 +08:00
parent ecf3851c23
commit 0559f6acc9

View File

@ -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"]