From 6cedd27c72279194a518e21870d61a674821b3fd Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Tue, 28 Dec 2021 14:01:12 -0500 Subject: [PATCH] procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..d994c6e --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: ./target/release/hello-rocket \ No newline at end of file