Skip to content

Commit f980954

Browse files
jennifer-richardsNGPixel
authored andcommitted
ci: add missing "&&"
1 parent c867d6f commit f980954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY ./dev/build/celery-start.sh ./celery-start.sh
1313
RUN pip3 --disable-pip-version-check --no-cache-dir install -r requirements.txt
1414

1515
RUN chmod +x datatracker-start.sh && \
16-
chmod +x celery-start.sh \
16+
chmod +x celery-start.sh && \
1717
chmod +x docker/scripts/app-create-dirs.sh && \
1818
sh ./docker/scripts/app-create-dirs.sh
1919

0 commit comments

Comments
 (0)