procfile added

This commit is contained in:
Víctor Martínez 2021-03-21 20:49:33 +01:00
parent 12f0b25e85
commit 364e506166
2 changed files with 1 additions and 5 deletions

1
Procfile Normal file
View file

@ -0,0 +1 @@
web: ./target/release/actix-messaging

View file

@ -1,5 +0,0 @@
build:
docker:
app: Dockerfile
run:
app: ./actix-messaging