Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uts-server does not start #1

Open
farukshin opened this issue Apr 20, 2020 · 0 comments
Open

uts-server does not start #1

farukshin opened this issue Apr 20, 2020 · 0 comments

Comments

@farukshin
Copy link

Hi, Nicholas.
I try to run uts-server from the docker container. As a result, the service does not start.

git clone https://github.com/nicholasamorim/dockerfile-uts-server.git
cd dockerfile-uts-server/
ls
>docker-entrypoint.sh*  Dockerfile  LICENSE  README.md
docker build -t uts-test2 .
docker ps | wc -l
>1
docker run -d -p 2020:2020 uts-test2
docker ps | wc -l
>1
curl -s -o /dev/null -w "%{http_code}" http://localhost:2020/
>000

If launched from dockerHub, it starts normally:

docker run -d -p 2020:2020 nicholasamorim/uts-server
docker ps | wc -l
>2
curl -s -o /dev/null -w "%{http_code}" http://localhost:2020/
>200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant