Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Nov 19, 2024
1 parent 95b6db1 commit a6e425e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-ci-dc-2-d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
oc -n ${{ env.TOOLS_NAMESPACE }} start-build tfrs-notification-server-${{ env.BUILD_SUFFIX }} --wait=true
deploy:
name: Deploy on Dev
name: Deploy on Test
runs-on: ubuntu-latest
timeout-minutes: 60
# needs: [get-version]
Expand Down
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 a6e425e

Please sign in to comment.