Changeset 29 in code for trunk/web/main.go


Ignore:
Timestamp:
Sep 20, 2023, 11:11:31 AM (21 months ago)
Author:
manerakai
Message:

Tweaked Dockerfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/main.go

    r26 r29  
    225225        address := os.Getenv("ADDRESS")
    226226        if address == "" {
    227                 address = ":3000"
     227                address = ":5000"
    228228        }
    229229        app.Listen(address)
Note: See TracChangeset for help on using the changeset viewer.