#Procfile over Dockerfile

9 messages · Page 1 of 1 (latest)

lyric tiger
#

I have Dockerfile in my repo root for local dev, and I want to deploy using Procfile but Docker file is automatically detected as deployment strategy instead of Procfile, how to use Procfile instead?

karmic parrotBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

toxic rivetBOT
#

Project ID: b02e81da-b468-49d0-8ac2-3adb2060c0fc

lyric tiger
#

b02e81da-b468-49d0-8ac2-3adb2060c0fc

rain hare
#

rename the dockerfile to something other than DockerFile. I do DockerFile-dev

karmic parrotBOT
lyric tiger
rain hare
#

Yes, but the way I mentioned is most reliable