hello sir,
i am trying to deplogy my express app on production via github action to aws EC2
so when everver i am pushing or merging into prod i want to run the github pipeline and docker file which will deploy my express app on ec2
so what do i change in my docker file and github workflow file
Docker file
shared in image
Github workflow
shared as txt