We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd443c2 commit c08b405Copy full SHA for c08b405
Procfile
@@ -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