Skip to content

Commit

Permalink
chore: Update deploy workflow and Dockerfile for backend
Browse files Browse the repository at this point in the history
Add missing `docker compose` command in `build-backend` step of deploy workflow and include `npm start` command in Dockerfile to start backend server. Ensure correct building and deployment of backend.
  • Loading branch information
kvineet002 committed Aug 24, 2024
1 parent 7121d03 commit defff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
cd /webapps/StudentsPortal/Backend
git fetch origin
git checkout deploy
git pull
git pull | tee git-pull.log
docker compose -f docker-compose.yml up -d --build | tee docker-compose.log

0 comments on commit defff85

Please sign in to comment.