Skip to content

Commit c08b405

Browse files
committed
add a procfile
1 parent fd443c2 commit c08b405

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Procfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
web-backend: python -m uvicorn app.main:app --uds /var/run/cabotage/cabotage.sock
2+
web-frontend: sh -c 'node server.js & socat UNIX-LISTEN:/var/run/cabotage/cabotage.sock,fork TCP:127.0.0.1:3000'
3+
release: echo 'doin deploy things'

0 commit comments

Comments
 (0)