Infinite deploy
I'm trying to deploy a golang project using dockerfile
That is not a big build (just 17mb using distroless debian image), but is not ending.
It keeps
Creating container
status.12 Replies
Project ID:
954065b8-9cbc-4421-8017-713f7c9a5013
954065b8-9cbc-4421-8017-713f7c9a5013
the team is actively working on improving this experience
any way to check the deploy logs?
has the deployment went through?
nah, its in infinite loop yet
i will try create the deploy using railway.toml + dockerfile
there wouldnt be any deployment logs without the deployment going through
that would not solve anything
😢 dammn
this issue affects all deployments regardless of how they are built or where they are deployed from
the most you can do is to cancel it and try again
yeah, i made it work using
nixpacks.toml
searching about a golang template, thanksplease keep in mind that it works because you re-deployed, not because you now have a nixpacks.toml
yeah, i know, but for the moment it's working (urgently)
i keep the dockerfile but renamed to a random file, like
docker-file.txt
to use in the future
and thanks for your help!