fix: ignore the Procfile when building the docker image

The Procfile is heroku-specific, causing issues on platforms which respect it when specifying processes to run for docker image or dockerfile based deploys.

Closes #9833

Signed-off-by: Jose Diaz-Gonzalez <email@josediazgonzalez.com>
This commit is contained in:
Jose Diaz-Gonzalez
2025-02-20 14:51:04 -05:00
committed by GitHub
parent 7c85138115
commit 58fab75681

1
.dockerignore Normal file
View File

@@ -0,0 +1 @@
Procfile