Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ refactor: Update EC2 deployment process
Changed the Docker container handling logic in the deployment script. Now using 'docker stop' and 'docker rm' commands to ensure clean deployment by stopping and removing the existing container before deploying the new one. This update enhances the reliability of the deployment process. Related issue: #30
- Loading branch information