ci: still need to chmod start.sh
This commit is contained in:
parent
f980954336
commit
bf74f2db31
|
@ -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 chmod +x datatracker-start.sh && \
|
||||
RUN chmod +x start.sh && \
|
||||
chmod +x datatracker-start.sh && \
|
||||
chmod +x celery-start.sh && \
|
||||
chmod +x docker/scripts/app-create-dirs.sh && \
|
||||
sh ./docker/scripts/app-create-dirs.sh
|
||||
|
|
Loading…
Reference in a new issue