Bug: LISTENING_PORT does not default to 8000 #92

Closed
opened 2025-11-20 04:20:09 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @fredericrous on GitHub (Jan 25, 2021).

Originally assigned to: @qdm12 on GitHub.

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
Originally created by @fredericrous on GitHub (Jan 25, 2021). Originally assigned to: @qdm12 on GitHub. When I run the program with the following command, it fails: ```sh go build -o app cmd/updater/main.go ./app ``` This works: ```sh go build -o app cmd/updater/main.go LISTENING_PORT=8000 ./app ``` 1. Is this urgent: No 3. Program version: current master branch, 180092f 4. What are you using to run the container: vs code remote workspaces 5. Extra information (optional) Logs: ```log 2021-01-25T20:58:36.573Z ERROR port "" is not a valid integer ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#92