diff --git a/tutor/templates/build/forum/Dockerfile b/tutor/templates/build/forum/Dockerfile index f6e144b..eb81aaf 100644 --- a/tutor/templates/build/forum/Dockerfile +++ b/tutor/templates/build/forum/Dockerfile @@ -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"]