github / safe-settings

ISC License
599 stars 146 forks source link

Cannot it run in from Docker but works on commad line #608

Closed agustincelentano closed 6 months ago

agustincelentano commented 6 months ago

Hi,

I am using this successfully by running the node command (I configured all as said)

npm start

When building the docker image and running it says it's listening to localhost:3000 but it does not receive anything from smee.io webhook. I did not touch any template standard provided in the repository for the docker-compose or dockerfile files

From docker image

From command line image

You can see that the last one receives the responses

What am I doing wrong here?

svg153 commented 6 months ago

Hi.

I think it works as expected according to these two lines... smee client is only for development:

Solutions:

agustincelentano commented 6 months ago

It worked changed to use the devDepedencies when running docker locally. Thanks!