Skip to content

Commit

Permalink
updates docker rn command
Browse files Browse the repository at this point in the history
  • Loading branch information
aaboyle878 committed Feb 12, 2025
1 parent a31397c commit f8dfacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
# Run the new container with the updated image
echo "Starting new container with the latest image..."
docker run -d --name myapp -p 3002:3000 ${{ secrets.DOCKER_USERNAME }}/council-toolkit:${{ github.sha }}
docker run -d --name council-toolkit -p 3002:3000 ${{ secrets.DOCKER_USERNAME }}/council-toolkit:${{ github.sha }} npm run start
EOF

0 comments on commit f8dfacb

Please sign in to comment.