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

Bug: LISTENING_PORT does not default to 8000 #152

Closed
fredericrous opened this issue Jan 25, 2021 · 0 comments
Closed

Bug: LISTENING_PORT does not default to 8000 #152

fredericrous opened this issue Jan 25, 2021 · 0 comments
Assignees

Comments

@fredericrous
Copy link
Collaborator

fredericrous commented Jan 25, 2021

When I run the program with the following command, it fails:

go build -o app cmd/updater/main.go
./app

This works:

go build -o app cmd/updater/main.go
LISTENING_PORT=8000 ./app
  1. Is this urgent: No
  2. Program version: current master branch, 180092f
  3. What are you using to run the container: vs code remote workspaces
  4. Extra information (optional)

Logs:

2021-01-25T20:58:36.573Z        ERROR   port "" is not a valid integer
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

2 participants