Skip to content

Commit

Permalink
build jan-2025 celery
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Nov 9, 2024
1 parent ccd776d commit c1ed93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift-v4/templates/celery/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update \
WORKDIR /app/tfrs
COPY . .
COPY ./security-scan/scan-handler/celery.conf /etc/supervisor/conf.d
RUN pip install --upgrade pip \
RUN pip install --upgrade pip==24.0 \
&& pip install -r backend/requirements.txt \
&& chgrp -R root /var/log/supervisor \
&& chmod -R g+w /var/log/supervisor \
Expand Down

0 comments on commit c1ed93d

Please sign in to comment.