Arquisoft / lomap_en3b

LoMap Software architecture group en3b course 2022_23
https://arquisoft.github.io/lomap_en3b
6 stars 0 forks source link

Deployment: The container stops #78

Closed FdezAriasSara closed 1 year ago

FdezAriasSara commented 1 year ago

The deployment was performed succesfully by the workflow.

But , when trying to acces ipOfOurMachine:3000 , it does not work , because the container stops.

and its running a container for the rest api we do not have

Image

I tought i prevented this container from creating by changing the dockerfile and the yml, but something is obviously not configured correctly

I was missing ["npm", "run", "start"], but i ended up creating a new machine since i reloaded the one we had and something within network configuration changed, preventing the action ( ssh connection part) from working..

Now it's solved.