btofficiel
HOBBYOP
7 months ago
I am not able to access my Golang app deployed on railway despite the health check succeeding. Does anybody have any idea why this is happening?
BUILD command -> go build -o ./bin/app ./cmd/server
RUN command -> ./bin/app
