Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchayan721 committed Aug 5, 2023
1 parent 9f6af10 commit bba0118
Show file tree
Hide file tree
Showing 2 changed files with 7 additions 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 @@ -22,5 +22,5 @@ jobs:
script: |
cd ~/IMS-Corp
git pull origin main
docker compose build
docker compose build --no-cache
docker compose up -d
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ services:
environment:
- NODE_ENV=production
restart: unless-stopped
networks:
- ims_network

networks:
ims_network:
driver: bridge

0 comments on commit bba0118

Please sign in to comment.