Go: Command Not Found
siwasathya
HOBBYOP

a year ago

i will use the custom domain for deploy, because my program has a flag for seperate the user and admin, but when i try u to use it, i got some error, the error is :
Starting Container

/bin/bash: line 1: go: command not found

container event container died

i dont know what happen, what i can do this, i write in deploy custom command is go run main.go -mode=user

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

1 Replies

a year ago

go run is for development only.

You likely want a start command like ./out -mode=user


Loading...