#private

9 messages · Page 1 of 1 (latest)

still spire
#

Is there a way to ignore Docker file on railway, and build using default as if there is no Docker

This is due to we had a non Docker deployment and running on railway, but we want to use the same repo and deploy onto AWS with ecs + github at the same time for another client as they want it to be there

junior glenBOT
#

Project ID: N/A

sacred bough
#

So you want to use nixpacks despite having a Dockerfile?

still spire
#

right, we want to keep the current nixpack deployment we have been using and still use not being impacted by that new Docker file, because that docker has some different configs on aws...

sacred bough
#

gotcha, you would need to rename the dockerfile in this case

#

Dockerfile.aws perhaps?

still spire
#

ah i see!!!

#

thank you so much

sacred bough
#

no problem!