Skip to content

Commit

Permalink
Update cicd_process.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Murithijoshua authored Mar 4, 2024
1 parent 4033f88 commit 60c4350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
# Build and run Docker container
docker stop ushauri_api || true
docker rm ushauri_api || true
docker build -t ushauri_api:latest "$deploy_dir"
docker build --no-cache -t ushauri_api:latest "$deploy_dir"
docker run -p 7002:5000 --name ushauri_api -d --restart always ushauri_api:latest

0 comments on commit 60c4350

Please sign in to comment.