ci: still need to chmod start.sh

This commit is contained in:
Jennifer Richards 2024-03-12 18:25:50 -03:00 committed by Nicolas Giard
parent f980954336
commit bf74f2db31

View file

@ -12,7 +12,8 @@ COPY ./dev/build/celery-start.sh ./celery-start.sh
RUN pip3 --disable-pip-version-check --no-cache-dir install -r requirements.txt RUN pip3 --disable-pip-version-check --no-cache-dir install -r requirements.txt
RUN chmod +x datatracker-start.sh && \ RUN chmod +x start.sh && \
chmod +x datatracker-start.sh && \
chmod +x celery-start.sh && \ chmod +x celery-start.sh && \
chmod +x docker/scripts/app-create-dirs.sh && \ chmod +x docker/scripts/app-create-dirs.sh && \
sh ./docker/scripts/app-create-dirs.sh sh ./docker/scripts/app-create-dirs.sh