Open ahmetkuslular opened 3 years ago
you should install pm2 on ec2 instance.
eitherway I recommend using Elastic Beanstalk with a github action to deploy it, wich also @hagopj13 would you like to me to build one and include it in the main template? or not required? regards
I'm serving with docker so I don't need to install an instance? I install it globally in docker, but it does not give any results.
RUN npm install pm2 -g
pm2 start command inside docker container should be replaced with pm2-runtime which is designed for such cases.
@ahmetkuslular I got the same issue with PM2 when I build with docker, how do you fix this issue?
Hello. I deployed the project to the aws ec2. It gives this error when running. I tried a few things but no results. how do i solve this?